[test] drag and drop polyfill log

This commit is contained in:
kwaroran
2023-05-27 06:41:08 +09:00
parent a79df81b42
commit 4af6655471

View File

@@ -11,7 +11,7 @@ export function polyfill() {
testDom.remove()
if((!supports) || isIos){
console.log('polyfiled dragdrop')
dragPolyfill({
// use this to make use of the scroll behaviour
dragImageTranslateOverride: scrollBehaviourDragImageTranslateOverride,