Explorar el Código

Avoid bookmark toggle duplication

JC Brand hace 6 años
padre
commit
201b8559b6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/converse-bookmarks.js

+ 4 - 0
src/converse-bookmarks.js

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