WIP: Fix pan-zoom for webkit

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent 3de614c8ee
commit 7b5fd7590b
8 changed files with 27 additions and 13 deletions

View File

@@ -194,6 +194,8 @@ export function start(startLoc, units) {
Observable.subscribe('select', select);
Observable.subscribe('endmove', endMove);
console.log('records created');
}
export function stop() {