drawDB/src/components/EditorHeader
Felix Zedén Yverås 3659ba9143 fix: release pointer capture when using onPointerLeave events
Certain input sources (such as touch) are "captured" when they
press an element. This means the pointer is always considered
"inside" the element by the browser, even when they visually are
not. This caused some issues on mobile browsers where touch and
stylus events could not connect table columns with each other.

Just to be safe, I've added the required `releasePointerCapture`
call everywhere `onPointerEnter` or `onPointerLeave` is used.
2024-07-17 22:22:52 +02:00
..
Modal Fix import diagram 2024-07-08 04:03:41 +03:00
SideSheet fix: todo details value 2024-06-16 22:42:44 +07:00
ControlPanel.jsx fix: release pointer capture when using onPointerLeave events 2024-07-17 22:22:52 +02:00
LayoutDropdown.jsx Configure i18n and add simplified chinese (#99) 2024-05-16 06:45:47 +03:00