[feat] drag polyfill2
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user