More functional refactor

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 13af41bf92
commit 485aaffeae
6 changed files with 101 additions and 100 deletions

View File

@@ -46,7 +46,7 @@ window.addEventListener('load', () => {
const svgns = "http://www.w3.org/2000/svg",
recordSheetVisibility = document.querySelector('#content input[type="checkbox"].visible');
new PanZoom(svg);
PanZoom(svg);
const distanceOutput = document.getElementById('status');