Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid asynchronous task when calculating relative locations
The getRelativeLocation() asynchronously calculates the screen location of the parent and child component. To calls should instead be done synchronously, to avoid any race conditions caused by window changes between those calls. Amends bee6c0d
- Loading branch information