Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ onKeyUp
Function
onKeyUp
src/codemirror.js:4222–4225 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
4220
}
4221
4222
function
onKeyUp(e) {
4223
if
(e.keyCode == 16) this.doc.sel.shift = false;
4224
signalDOMEvent(this, e);
4225
}
4226
4227
function
onKeyPress(e) {
4228
var
cm = this;
Callers
nothing calls this directly
Calls
1
signalDOMEvent
Function · 0.85
Tested by
no test coverage detected