Make sure the occupants height is set after transition
This commit is contained in:
parent
f28cb1f2e2
commit
741f2a6b9a
@ -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();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user