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

Function onKeyUp

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

Source from the content-addressed store, hash-verified

3083 }
3084
3085 function onKeyUp(e) {
3086 if (signalDOMEvent(this, e)) return;
3087 if (e.keyCode == 16) this.doc.sel.shift = false;
3088 }
3089
3090 function onKeyPress(e) {
3091 var cm = this;

Callers

nothing calls this directly

Calls 1

signalDOMEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…