Merge pull request #288 from arsh-co/master
Set immediate to true when calling _.debounce
This commit is contained in:
commit
cbfd8d8e90
@ -3091,7 +3091,7 @@
|
||||
this.model.messages.off('add',null,this);
|
||||
this.remove();
|
||||
this.model.maximize();
|
||||
}, 200)
|
||||
}, 200, true)
|
||||
});
|
||||
|
||||
this.MinimizedChats = Backbone.Overview.extend({
|
||||
|
Loading…
Reference in New Issue
Block a user