MCPcopy Create free account
hub / github.com/cifertech/DisplayKit / onUp

Function onUp

app.js:6501–6504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6499 inputEl.dispatchEvent(new Event("input", { bubbles: true }));
6500 }
6501 function onUp() {
6502 document.removeEventListener("mousemove", onMove);
6503 document.removeEventListener("mouseup", onUp);
6504 }
6505 document.addEventListener("mousemove", onMove);
6506 document.addEventListener("mouseup", onUp);
6507 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected