Skip to content

Commit 9e3e904

Browse files
committed
(UI) increase image resize timeout
1 parent 2999587 commit 9e3e904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/MessagesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default {
278278
height: this.$refs.imageFile.height + 2,
279279
width: this.$refs.imageFile.width + 20
280280
}
281-
}, 10)
281+
}, 20)
282282
}
283283
},
284284

0 commit comments

Comments
 (0)