Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ onKeyUp
Function
onKeyUp
static/editor.md/lib/codemirror/lib/codemirror.js:4035–4038 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
4033
}
4034
4035
function
onKeyUp(e) {
4036
if
(e.keyCode == 16) this.doc.sel.shift = false;
4037
signalDOMEvent(this, e);
4038
}
4039
4040
function
onKeyPress(e) {
4041
var
cm = this;
Callers
nothing calls this directly
Calls
1
signalDOMEvent
Function · 0.70
Tested by
no test coverage detected