Skip to content

Commit 3e4599f

Browse files
committed
extra space fix
1 parent 3b344ea commit 3e4599f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/GridLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
compact(this.layout, this.verticalCompact);
274274
this.eventBus.$emit("updateWidth", this.width);
275275
this.updateHeight();
276-
277-
this.$emit('layout-updated', this.layout)
276+
277+
this.$emit('layout-updated',this.layout)
278278
}
279279
},
280280
updateHeight: function () {

0 commit comments

Comments
 (0)