[feat] drag polyfill
This commit is contained in:
@@ -314,12 +314,10 @@
|
||||
}
|
||||
|
||||
const preventIfPolyfilled = (e:Event) => {
|
||||
if(globalThis.polyfilledDragDrop){
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
onDestroy(unsub);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user