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