MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / hideReportContextMenu

Function hideReportContextMenu

deployments/desktop/static/desktop.js:2781–2785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2779 }
2780
2781 function hideReportContextMenu() {
2782 if (!state.reportContextMenu) return;
2783 state.reportContextMenu.classList.add("hidden");
2784 state.reportContextMenu.dataset.reportId = "";
2785 }
2786
2787 function showReportContextMenu(reportId, x, y) {
2788 if (!reportId) return;

Callers 2

ensureReportContextMenuFunction · 0.85
bindEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected