()
| 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"); |
no outgoing calls
no test coverage detected