revert to old polyfill

This commit is contained in:
kwaroran
2023-05-23 19:54:56 +09:00
parent 9a7b724e9d
commit 20befc5443
2 changed files with 9 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
let sideBarMode = 0;
let editMode = false;
let menuMode = 0;
let dragable = navigator.maxTouchPoints <= 1
export let openGrid = () => {};
function createScratch() {