Browse Source

Make sure the occupants height is set after transition

JC Brand 8 năm trước cách đây
mục cha
commit
741f2a6b9a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
                     }
                 },