浏览代码

Merge pull request #288 from arsh-co/master

Set immediate to true when calling _.debounce
JC Brand 10 年之前
父节点
当前提交
cbfd8d8e90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -3091,7 +3091,7 @@
                 this.model.messages.off('add',null,this);
                 this.model.messages.off('add',null,this);
                 this.remove();
                 this.remove();
                 this.model.maximize();
                 this.model.maximize();
-            }, 200)
+            }, 200, true)
         });
         });
 
 
         this.MinimizedChats = Backbone.Overview.extend({
         this.MinimizedChats = Backbone.Overview.extend({