MCPcopy Create free account
hub / github.com/DHTMLX/gantt / mouseup

Function mouseup

samples/common/codehighlight/codemirror.js:9635–9638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9633 if (captureRightClick) {
9634 e_stop(e);
9635 var mouseup = function () {
9636 off(window, "mouseup", mouseup);
9637 setTimeout(rehide, 20);
9638 };
9639 on(window, "mouseup", mouseup);
9640 } else {
9641 setTimeout(rehide, 50);

Callers

nothing calls this directly

Calls 1

offFunction · 0.85

Tested by

no test coverage detected