()
| 651 | } |
| 652 | |
| 653 | function 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 |
no outgoing calls
no test coverage detected