[feat] drag polyfill

This commit is contained in:
kwaroran
2023-07-21 00:30:01 +09:00
parent 0edf8d8045
commit 3fc423577a

View File

@@ -314,12 +314,10 @@
}
const preventIfPolyfilled = (e:Event) => {
if(globalThis.polyfilledDragDrop){
e.preventDefault()
e.stopPropagation()
return false
}
}
onDestroy(unsub);
</script>