Skip to content

Commit f9cdc33

Browse files
committed
1 parent c52c28d commit f9cdc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GridItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
resizable: function() {
310310
var self = this;
311311
if (this.interactObj == null) {
312-
this.interactObj = interact(this.$refs.item, {ignoreFrom: resizeIgnoreFrom});
312+
this.interactObj = interact(this.$refs.item, {ignoreFrom: this.resizeIgnoreFrom});
313313
}
314314
if (this.resizable) {
315315
this.interactObj

0 commit comments

Comments
 (0)