[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) => { const preventIfPolyfilled = (e:Event) => {
e.preventDefault() // e.preventDefault()
e.stopPropagation() // e.stopPropagation()
return false // return false
} }
onDestroy(unsub); onDestroy(unsub);