[test] prevent contextmenu when only polyfilled

This commit is contained in:
kwaroran
2023-06-18 22:16:10 +09:00
parent aab32c5b09
commit c7d74b4127
2 changed files with 11 additions and 2 deletions

View File

@@ -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,