Bugfix, need to return the chatbox
This commit is contained in:
parent
8b30c60592
commit
7484259024
@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
getOldestMaximizedChat: function (exclude_ids) {
|
getOldestMaximizedChat: function (exclude_ids) {
|
||||||
exclude_ids.push('controlbox');
|
exclude_ids.push('controlbox');
|
||||||
this._super.getOldestMaximizedChat.apply(this, arguments);
|
return this._super.getOldestMaximizedChat.apply(this, arguments);
|
||||||
},
|
},
|
||||||
|
|
||||||
getChatBoxWidth: function (view) {
|
getChatBoxWidth: function (view) {
|
||||||
|
Loading…
Reference in New Issue
Block a user