Listener for element movement is not removed #7

Closed
opened 2024-11-25 20:05:48 +07:00 by Arsen Mirzaev Tatyano-Muradovich · 1 comment

If you click on an element ("mousedown") and move the cursor outside this.#shell element, the functions for moving elements will not be removed from the "mousemove" listener. Clicking again to dispatch "mouseup" event does not work.

10.gif

If you click on an element ("mousedown") and move the cursor outside `this.#shell` element, the functions for moving elements will not be removed from the "mousemove" listener. Clicking again to dispatch "mouseup" event does not work. ![10.gif](/attachments/8308b7ba-327f-4b1a-9c0c-2457d56377c7)
13 MiB

Actually this bug has already been fixed by adding hotline.sticky = false property

Actually this bug has already been fixed by adding `hotline.sticky = false` property
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mirzaev/hotline.mjs#7
No description provided.