Browse Source

Merge pull request #288 from arsh-co/master

Set immediate to true when calling _.debounce
JC Brand 10 years ago
parent
commit
cbfd8d8e90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      converse.js

+ 1 - 1
converse.js

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