Skip to content

Commit 23f4217

Browse files
committed
trigger layout-update when layout updated
1 parent 6d756de commit 23f4217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/GridLayout.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@
267267
compact(this.layout, this.verticalCompact);
268268
this.eventBus.$emit("updateWidth", this.width);
269269
this.updateHeight();
270+
271+
this.$emit('layout-updated'this.layout)
270272
}
271273
},
272274
updateHeight: function () {

0 commit comments

Comments
 (0)