Closed richardfxr closed 7 months ago
This was caused by the width and height of interactionArea
not updating when the window was resized. A ResizeObserver
is now set to observe interactionArea
and update the width and height values accordingly.
The cursor position for users becomes offset if the window is resized after initial load. This issue also occurs without resizing at times.