Browse Source

Avoid bookmark toggle duplication

JC Brand 6 years ago
parent
commit
201b8559b6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/converse-bookmarks.js

+ 4 - 0
src/converse-bookmarks.js

@@ -63,8 +63,12 @@
                 },
                 },
 
 
                 renderBookmarkToggle () {
                 renderBookmarkToggle () {
+                    if (this.el.querySelector('.chat-head .toggle-bookmark')) {
+                        return;
+                    }
                     const { _converse } = this.__super__,
                     const { _converse } = this.__super__,
                           { __ } = _converse;
                           { __ } = _converse;
+
                     const bookmark_button = tpl_chatroom_bookmark_toggle(
                     const bookmark_button = tpl_chatroom_bookmark_toggle(
                         _.assignIn(this.model.toJSON(), {
                         _.assignIn(this.model.toJSON(), {
                             info_toggle_bookmark: __('Bookmark this groupchat'),
                             info_toggle_bookmark: __('Bookmark this groupchat'),