Commit 741f2a6b authored by JC Brand's avatar JC Brand

Make sure the occupants height is set after transition

parent f28cb1f2
...@@ -1778,6 +1778,7 @@ ...@@ -1778,6 +1778,7 @@
} else { } else {
this.$el.find('.chat-area').removeClass('hidden'); this.$el.find('.chat-area').removeClass('hidden');
this.$el.find('.occupants').removeClass('hidden'); this.$el.find('.occupants').removeClass('hidden');
this.occupantsview.setOccupantsHeight();
this.scrollDown(); this.scrollDown();
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment