Skip to content

Commit 918fb7f

Browse files
committed
(fix) menu options box position
1 parent 0567562 commit 918fb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/Message.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export default {
383383
this.$emit('hideOptions', false)
384384
385385
setTimeout(() => {
386-
if (!this.roomFooterRef || !this.$refs.menuOptions || !this.actionIcon)
386+
if (!this.roomFooterRef || !this.$refs.menuOptions || !this.$refs.actionIcon)
387387
return
388388
389389
const menuOptionsHeight = this.$refs.menuOptions.getBoundingClientRect()

0 commit comments

Comments
 (0)