More functional refactor
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user