Close room list on select
This commit is contained in:
parent
dd3efe0d61
commit
e7cd5db831
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ export default {
|
|||
|
||||
watch: {
|
||||
currentRoomId() {
|
||||
this.$emit("close");
|
||||
this.$matrix.setCurrentRoomId(this.currentRoomId);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue