Skip to content

Commit 206bac0

Browse files
authored
Made requested change
1 parent 38a86b1 commit 206bac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuedraggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
},
129129

130130
beforeDestroy() {
131-
if(this._sortable !== null && this._sortable !== undefined) this._sortable.destroy();
131+
if(this._sortable !== undefined) this._sortable.destroy();
132132
},
133133

134134
computed: {

0 commit comments

Comments
 (0)