Skip to content

Commit ed2bfce

Browse files
committed
(clean) prettier
1 parent 13589e6 commit ed2bfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Message/MessageActions/MessageActions.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ export default {
184184
return
185185
}
186186
187-
const menuOptionsTop = this.$refs.menuOptions.getBoundingClientRect()
188-
.height
187+
const menuOptionsTop =
188+
this.$refs.menuOptions.getBoundingClientRect().height
189189
190190
const actionIconTop = this.$refs.actionIcon.getBoundingClientRect().top
191191
const roomFooterTop = this.roomFooterRef.getBoundingClientRect().top

0 commit comments

Comments
 (0)