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

Function onKeyUp

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

Source from the content-addressed store, hash-verified

4197 }
4198
4199 function onKeyUp(e) {
4200 if (e.keyCode == 16) this.doc.sel.shift = false;
4201 signalDOMEvent(this, e);
4202 }
4203
4204 function onKeyPress(e) {
4205 var cm = this;

Callers

nothing calls this directly

Calls 1

signalDOMEventFunction · 0.70

Tested by

no test coverage detected