[test] prevent contextmenu when only polyfilled
This commit is contained in:
@@ -12,6 +12,7 @@ export function polyfill() {
|
||||
|
||||
if((!supports) || isIos){
|
||||
console.log('polyfiled dragdrop')
|
||||
globalThis.polyfilledDragDrop = true
|
||||
dragPolyfill({
|
||||
// use this to make use of the scroll behaviour
|
||||
dragImageTranslateOverride: scrollBehaviourDragImageTranslateOverride,
|
||||
|
||||
Reference in New Issue
Block a user