MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / mouseup

Method mouseup

lib/web/CodeMirror/src/input/TextareaInput.js:356–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 if (captureRightClick) {
355 e_stop(e)
356 let mouseup = () => {
357 off(window, "mouseup", mouseup)
358 setTimeout(rehide, 20)
359 }
360 on(window, "mouseup", mouseup)
361 } else {
362 setTimeout(rehide, 50)

Callers 3

iFunction · 0.80
dragThangFunction · 0.80
makeDifferentialSliderFunction · 0.80

Calls 1

offFunction · 0.90

Tested by

no test coverage detected