diff --git a/frontend/src/views/Room.vue b/frontend/src/views/Room.vue index 83599f8..7c9ebb1 100644 --- a/frontend/src/views/Room.vue +++ b/frontend/src/views/Room.vue @@ -410,7 +410,7 @@ export default { width: 0, height: 0 }) - this.fillImageContentSizes(richContent) + await this.fillImageContentSizes(richContent) return richContent } @@ -462,7 +462,7 @@ export default { }) } - this.fillImageContentSizes(richContent) + await this.fillImageContentSizes(richContent) return richContent }, async fillImageContentSizes(richContent) {