浏览代码

Multiple bind

Restoring a chatbox wasnt unbinding event then the unread counter for a chatbox was multiply by the time you minized it.
Deuteu 11 年之前
父节点
当前提交
9a8d1921c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      converse.js

+ 1 - 0
converse.js

@@ -3079,6 +3079,7 @@
                 if (ev && ev.preventDefault) {
                     ev.preventDefault();
                 }
+                this.model.messages.off('add',null,this);
                 this.remove();
                 this.model.maximize();
             }, 200)