[fix] name appending wrong
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user