MCPcopy Create free account
hub / github.com/TruthHun/BookStack / up

Function up

static/mergely/lib/codemirror.js:4188–4194  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4186 addClass(lineDiv, "CodeMirror-crosshair");
4187
4188 function up(e) {
4189 if (e.keyCode == 18 || !e.altKey) {
4190 rmClass(lineDiv, "CodeMirror-crosshair");
4191 off(document, "keyup", up);
4192 off(document, "mouseover", up);
4193 }
4194 }
4195 on(document, "keyup", up);
4196 on(document, "mouseover", up);
4197 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected