Make sure the occupants height is set after transition

This commit is contained in:
JC Brand 2017-03-05 10:32:20 +00:00
parent f28cb1f2e2
commit 741f2a6b9a

View File

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