Merge branch '560-got-it-box-on-new-room-can-t-be-dismissed' into 'dev'
Make sure welcome header can be closed See merge request keanuapp/keanuapp-weblite!267
This commit is contained in:
commit
20dcf3668a
1 changed files with 1 additions and 1 deletions
|
|
@ -1848,7 +1848,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
closeCreateRoomWelcomeHeader() {
|
closeCreateRoomWelcomeHeader() {
|
||||||
this.hideCreatedRoomWelcomeHeader = false;
|
this.hideCreatedRoomWelcomeHeader = true;
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// We change the layout when removing the welcome header, so call
|
// 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
|
// onScroll here to handle updates (e.g. remove the "scroll to last" if we now
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue