mouseup
Mouseup is a user input event that occurs when a user releases a previously pressed mouse button. It is commonly used in graphical user interfaces to finish a drag operation, trigger actions that started with a button press, or detect simple button interactions. In most systems, a mouseup event is distinct from mousedown (the press) and click (a press followed by a release on the same target).
In the document object model and other GUI toolkits, a mouseup event carries information about where the
Common uses include ending a drag-and-drop sequence, completing a drawing gesture, triggering a custom action when
Cross-platform considerations: on touch devices, there is no mouse, so pointer events or touch events and gesture