MCPcopy Create free account
hub / github.com/sql-js/sql.js / up

Function up

GUI/codemirror/lib/codemirror.js:3074–3080  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3072 addClass(lineDiv, "CodeMirror-crosshair");
3073
3074 function up(e) {
3075 if (e.keyCode == 18 || !e.altKey) {
3076 rmClass(lineDiv, "CodeMirror-crosshair");
3077 off(document, "keyup", up);
3078 off(document, "mouseover", up);
3079 }
3080 }
3081 on(document, "keyup", up);
3082 on(document, "mouseover", up);
3083 }

Callers

nothing calls this directly

Calls 1

rmClassFunction · 0.85

Tested by

no test coverage detected