Browse Source

Make sure the occupants height is set after transition

JC Brand 8 years ago
parent
commit
741f2a6b9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/converse-muc.js

+ 1 - 0
src/converse-muc.js

@@ -1778,6 +1778,7 @@
                     } else {
                         this.$el.find('.chat-area').removeClass('hidden');
                         this.$el.find('.occupants').removeClass('hidden');
+                        this.occupantsview.setOccupantsHeight();
                         this.scrollDown();
                     }
                 },