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

Function activeElt

static/editor.md/lib/codemirror/lib/codemirror.js:8184–8184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8182 };
8183
8184 function activeElt() { return document.activeElement; }
8185 // Older versions of IE throws unspecified error when touching
8186 // document.activeElement in some cases (during loading, in iframe)
8187 if (ie && ie_version < 11) activeElt = function() {

Callers 2

updateDisplayIfNeededFunction · 0.70
codemirror.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected