()
| 1756 | } |
| 1757 | |
| 1758 | function 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 |
no outgoing calls
no test coverage detected