Fix auxPanel

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-02-26 11:23:58 +01:00
parent 11c5aa02d2
commit 9a5ba072ba
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -2059,8 +2059,8 @@ export default class RoomView extends React.Component<IProps, IState> {
/>
<MainSplit panel={rightPanel} resizeNotifier={this.props.resizeNotifier}>
<div className="mx_RoomView_body">
{auxPanel}
<div className={timelineClasses}>
{auxPanel}
{topUnreadMessagesBar}
{jumpToBottom}
{messagePanel}