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