MCPcopy Create free account
hub / github.com/breck7/scroll / up

Function up

external/.scrollLibs.js:9894–9900  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

9892 addClass(lineDiv, "CodeMirror-crosshair")
9893
9894 function up(e) {
9895 if (e.keyCode == 18 || !e.altKey) {
9896 rmClass(lineDiv, "CodeMirror-crosshair")
9897 off(document, "keyup", up)
9898 off(document, "mouseover", up)
9899 }
9900 }
9901 on(document, "keyup", up)
9902 on(document, "mouseover", up)
9903 }

Callers

nothing calls this directly

Calls 2

rmClassFunction · 0.85
offFunction · 0.85

Tested by

no test coverage detected