summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins/with_mail_tagging.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mixins/with_mail_tagging.js')
-rw-r--r--web-ui/app/js/mixins/with_mail_tagging.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/js/mixins/with_mail_tagging.js b/web-ui/app/js/mixins/with_mail_tagging.js
index c3647443..62ca7627 100644
--- a/web-ui/app/js/mixins/with_mail_tagging.js
+++ b/web-ui/app/js/mixins/with_mail_tagging.js
@@ -59,7 +59,6 @@ define(
this.tagCompleter.clearPrefetchCache();
this.tagCompleter.clearRemoteCache();
this.updateTags(this.attr.mail, _.uniq(tagsCopy));
- this.trigger(document, events.dispatchers.tags.refreshTagList, { skipMailListRefresh: true });
};
this.after('displayMail', function () {