Skip to content

Commit 42922f8

Browse files
committed
1 parent ea2f8d1 commit 42922f8

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
@@ -506,7 +506,7 @@
506506
this.$emit("resize", this.i, pos.h, pos.w);
507507
}
508508
if (event.type === "resizeend" && (this.previousW !== this.w || this.previousH !== this.h)) {
509-
this.$emit("resized", this.i, pos.h, pos.w, newSize.width, newSize.height);
509+
this.$emit("resized", this.i, pos.h, pos.w, newSize.height, newSize.width);
510510
}
511511
this.eventBus.$emit("resizeEvent", event.type, this.i, this.x, this.y, pos.h, pos.w);
512512
},

0 commit comments

Comments
 (0)