()
| 121 | } |
| 122 | |
| 123 | export function hideFileContextMenu() { |
| 124 | const m = qMenu(); |
| 125 | if (m) m.hidden = true; |
| 126 | window.__filr_ctx_row = null; |
| 127 | } |
| 128 | |
| 129 | function currentSelection() { |
| 130 | const checks = Array.from(document.querySelectorAll('#fileList .file-checkbox')); |
no test coverage detected