MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / isTextEditingTarget

Function isTextEditingTarget

static/js/catalog.js:906–908  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

904}
905
906function isTextEditingTarget(target) {
907 return Boolean(target?.closest?.("input, textarea, select, [contenteditable='true'], .folder-editor"));
908}
909
910function wireLibraryDeleteKeys() {
911 if (document.body.dataset.libraryDeleteReady === "1") return;

Callers 1

wireLibraryDeleteKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected