Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooltip): Place tooltip relative to mouse pointer
Tooltip was previously only being placed relative to the owner view, which could cause the tooltip to immediately flick out of view if it appeared over the mouse (hence causing the owner view to lose focus). This change correctly positions it relative to the mouse pointer location.
- Loading branch information