make sure the chat pane is closed for opening the next map
This commit is contained in:
parent
1fa84e0d29
commit
8e07c10ecc
1 changed files with 1 additions and 0 deletions
|
@ -2066,6 +2066,7 @@ Metamaps.Realtime = {
|
||||||
self.status = false;
|
self.status = false;
|
||||||
self.room.leave();
|
self.room.leave();
|
||||||
self.room.chat.$container.hide();
|
self.room.chat.$container.hide();
|
||||||
|
self.room.chat.close();
|
||||||
self.videosInPosition = 1;
|
self.videosInPosition = 1;
|
||||||
},
|
},
|
||||||
reenableRealtime: function() {
|
reenableRealtime: function() {
|
||||||
|
|
Loading…
Reference in a new issue