[feat] drag polyfill2

This commit is contained in:
kwaroran
2023-07-21 00:32:44 +09:00
parent 3fc423577a
commit d2b5e94154

View File

@@ -314,9 +314,9 @@
}
const preventIfPolyfilled = (e:Event) => {
e.preventDefault()
e.stopPropagation()
return false
// e.preventDefault()
// e.stopPropagation()
// return false
}
onDestroy(unsub);