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 c52c28d commit f9cdc33Copy full SHA for f9cdc33
src/GridItem.vue
@@ -309,7 +309,7 @@
309
resizable: function() {
310
var self = this;
311
if (this.interactObj == null) {
312
- this.interactObj = interact(this.$refs.item, {ignoreFrom: resizeIgnoreFrom});
+ this.interactObj = interact(this.$refs.item, {ignoreFrom: this.resizeIgnoreFrom});
313
}
314
if (this.resizable) {
315
this.interactObj
0 commit comments