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.
2 parents 2fd255f + 913b7cf commit f5f31a3Copy full SHA for f5f31a3
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