From 4af6655471886e1579ec7e75122a38e0f93ae426 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sat, 27 May 2023 06:41:08 +0900 Subject: [PATCH] [test] drag and drop polyfill log --- src/ts/polyfill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/polyfill.ts b/src/ts/polyfill.ts index 66c01dcf..89326965 100644 --- a/src/ts/polyfill.ts +++ b/src/ts/polyfill.ts @@ -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,