Because hover handler function uses e.target element to calculate mouse coordinates it takes tab's child element when they are hovered. So when title or close button are hovered effect coordinates are jumping to the left side of the tab.
Steps To Reproduce
Hover tab somewhere near the close button
Hover close button
Move your cursor back and forth
Expected behavior
Effect coordinates should be calculated consistently, no matter what part of element is hovered
Description
Because hover handler function uses e.target element to calculate mouse coordinates it takes tab's child element when they are hovered. So when title or close button are hovered effect coordinates are jumping to the left side of the tab.
Steps To Reproduce
Expected behavior
Effect coordinates should be calculated consistently, no matter what part of element is hovered
Xplorer Version
v0.3.1
Operating System Version
Windows 11 21H2
Additional Information
No response