We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd255f commit 913b7cfCopy full SHA for 913b7cf
src/vuedraggable.js
@@ -110,7 +110,7 @@
110
},
111
112
isCloning () {
113
- return (!!this.options) && (this.options.group !== null) && (this.options.group.pull === 'clone')
+ return (!!this.options) && (this.options.group !== null) && (this.options.group !== undefined) && (this.options.group.pull === 'clone')
114
115
116
realList () {
0 commit comments