(ev)
| 193 | if (!m.contains(ev.target)) hideFileContextMenu(); |
| 194 | } |
| 195 | function docKeyClose(ev) { |
| 196 | if (ev.key === 'Escape') hideFileContextMenu(); |
| 197 | } |
| 198 | |
| 199 | function menuClickDelegate(ev) { |
| 200 | const btn = ev.target.closest('.mi[data-action]'); |
nothing calls this directly
no test coverage detected