We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13589e6 commit ed2bfceCopy full SHA for ed2bfce
src/lib/Message/MessageActions/MessageActions.vue
@@ -184,8 +184,8 @@ export default {
184
return
185
}
186
187
- const menuOptionsTop = this.$refs.menuOptions.getBoundingClientRect()
188
- .height
+ const menuOptionsTop =
+ this.$refs.menuOptions.getBoundingClientRect().height
189
190
const actionIconTop = this.$refs.actionIcon.getBoundingClientRect().top
191
const roomFooterTop = this.roomFooterRef.getBoundingClientRect().top
0 commit comments