diff --git a/src/components/Chat.vue b/src/components/Chat.vue index 6fc8269..857ae52 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -1848,7 +1848,7 @@ export default { }, closeCreateRoomWelcomeHeader() { - this.hideCreatedRoomWelcomeHeader = false; + this.hideCreatedRoomWelcomeHeader = true; this.$nextTick(() => { // We change the layout when removing the welcome header, so call // onScroll here to handle updates (e.g. remove the "scroll to last" if we now