MCPcopy
hub / github.com/stemdeckapp/stemdeck / closeLibraryEditor

Function closeLibraryEditor

static/js/catalog.js:1758–1765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1756}
1757
1758function closeLibraryEditor() {
1759 if (libraryEditorOnKey) {
1760 document.removeEventListener("keydown", libraryEditorOnKey);
1761 libraryEditorOnKey = null;
1762 }
1763 libraryEditor?.remove();
1764 libraryEditor = null;
1765}
1766
1767// Fill the editor's table body from `tracks` (skips Trash). Built via DOM +
1768// textContent — titles/URLs are untrusted (YouTube/SoundCloud) so never

Callers 2

openLibraryEditorFunction · 0.85
resyncLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected