Browse Source

Bugfix, need to return the chatbox

JC Brand 9 năm trước cách đây
mục cha
commit
7484259024
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/converse-controlbox.js

+ 1 - 1
src/converse-controlbox.js

@@ -102,7 +102,7 @@
 
                 getOldestMaximizedChat: function (exclude_ids) {
                     exclude_ids.push('controlbox');
-                    this._super.getOldestMaximizedChat.apply(this, arguments);
+                    return this._super.getOldestMaximizedChat.apply(this, arguments);
                 },
 
                 getChatBoxWidth: function (view) {