MCPcopy Create free account
hub / github.com/error311/FileRise / hideFileContextMenu

Function hideFileContextMenu

public/js/fileMenu.js:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

docClickCloseFunction · 0.85
docKeyCloseFunction · 0.85
menuClickDelegateFunction · 0.85

Calls 1

qMenuFunction · 0.85

Tested by

no test coverage detected