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

Function closeFolderEditor

static/js/catalog.js:653–656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651}
652
653function closeFolderEditor() {
654 folderEditor?.remove();
655 folderEditor = null;
656}
657
658// Folder names accept letters (any language), digits, spaces, and a small safe
659// punctuation set — markup/symbols are rejected so names like the XSS probe or

Callers 2

openFolderEditorFunction · 0.85
openLibraryEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected