MCPcopy
hub / github.com/DHTMLX/gantt / onKeyUp

Function onKeyUp

samples/common/codehighlight/codemirror.js:7239–7242  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

7237 }
7238
7239 function onKeyUp(e) {
7240 if (e.keyCode == 16) { this.doc.sel.shift = false; }
7241 signalDOMEvent(this, e);
7242 }
7243
7244 function onKeyPress(e) {
7245 var cm = this;

Callers

nothing calls this directly

Calls 1

signalDOMEventFunction · 0.85

Tested by

no test coverage detected