MCPcopy Create free account
hub / github.com/breck7/scroll / onKeyUp

Function onKeyUp

external/.scrollLibs.js:9905–9910  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

9903 }
9904
9905 function onKeyUp(e) {
9906 if (e.keyCode == 16) {
9907 this.doc.sel.shift = false
9908 }
9909 signalDOMEvent(this, e)
9910 }
9911
9912 function onKeyPress(e) {
9913 var cm = this

Callers

nothing calls this directly

Calls 1

signalDOMEventFunction · 0.85

Tested by

no test coverage detected