[fix] name appending wrong

This commit is contained in:
kwaroran
2023-12-24 22:07:12 +09:00
parent 464fcccf6d
commit 036fc00f7b
6 changed files with 37 additions and 12 deletions

View File

@@ -11,7 +11,6 @@ export function polyfill() {
testDom.remove()
if((!supports) || isIos){
console.log('polyfiled dragdrop')
globalThis.polyfilledDragDrop = true
dragPolyfill({
// use this to make use of the scroll behaviour
@@ -20,9 +19,6 @@ export function polyfill() {
forceApply: true
});
}
else{
console.log("supports dragdrop")
}
} catch (error) {
}