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

Function hideReportAnnotationToolbar

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

Source from the content-addressed store, hash-verified

2845 }
2846
2847 function hideReportAnnotationToolbar() {
2848 const toolbar = document.querySelector(".annotation-toolbar");
2849 if (!toolbar) return;
2850 toolbar.classList.remove("visible");
2851 }
2852
2853 function updateReportAnnotationToolbar() {
2854 const toolbar = document.querySelector(".annotation-toolbar");

Callers 5

applyReportAnnotationFunction · 0.85
clearReportAnnotationsFunction · 0.85
clearReportViewerFunction · 0.85
loadReportContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected