Remove random props on map resource window object

This commit is contained in:
2025-06-16 22:41:34 -07:00
parent e6c4d7647c
commit 686b21e893
5 changed files with 12 additions and 44 deletions

View File

@@ -87,8 +87,6 @@ async function buildScenario(req) {
const mapRect = mapResourceEl.getBoundingClientRect();
console.log('map viewport center', mapRect.width / 2, mapRect.height / 2, mapRect);
const [horz1, horz2] = document.querySelectorAll('.horz');
const [vert1, vert2] = document.querySelectorAll('.vert');