79240810

Date: 2024-12-01 02:44:17
Score: 2
Natty:
Report link

if I move the mouse very quickly, the mouseup event sometimes fails to register

The dragable object could not follow the quick movement, add something to your code that would take care of this, i. e.

document.addEventListener("mouseout", dragEnd);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: luta