Skip to content

Commit

Permalink
Bug in recent chat rework.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Feb 19, 2024
1 parent e0ee6c3 commit f08ec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChatPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const chatheader = ref(null)
function typing(val) {
if (miscStore.breakpoint === 'xs' || miscStore.breakpoint === 'sm') {
// Also collapse the chat header, to make even more room.
chatheader.collapse(val)
chatheader.value.collapse(val)
}
}
</script>
Expand Down

0 comments on commit f08ec8a

Please sign in to comment.