Explorar el Código

Remove unnecessary event trigger

JC Brand hace 4 años
padre
commit
8506646db2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/plugins/headlines-view/view.js

+ 0 - 1
src/plugins/headlines-view/view.js

@@ -43,7 +43,6 @@ class HeadlinesView extends BaseChatView {
             _converse.router.navigate('');
         }
         await this.model.close(ev);
-        api.trigger('chatBoxClosed', this);
         return this;
     }