refactor(es modules): migrate a few more functions

This commit is contained in:
Azgaar 2022-06-27 23:00:50 +03:00
parent 14a8a31366
commit 63e9b9c87e
6 changed files with 13 additions and 10 deletions

View file

@ -1,4 +1,5 @@
import {debounce} from "/src/utils/functionUtils";
import {handleZoom} from "/src/modules/activeZooming";
// temporary expose to global
window.scale = 1;