.parent() help
I'm writing a function to get screen position by entering container object and client position,
I have a problem. When I "container object. Parent. Parent", VSC will generate a new window object every time it is debugged
If I can't use. Parent (), do I have any other way to write this function?
