Explorar o código

Merge pull request #288 from arsh-co/master

Set immediate to true when calling _.debounce
JC Brand %!s(int64=10) %!d(string=hai) anos
pai
achega
cbfd8d8e90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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({