Notify to resize the timeline when the pinned message banner is displayed or hidden (#28654)
This commit is contained in:
parent
5686666ad2
commit
dbdb23f6bc
3 changed files with 86 additions and 6 deletions
|
@ -2372,7 +2372,11 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
|||
);
|
||||
|
||||
const pinnedMessageBanner = (
|
||||
<PinnedMessageBanner room={this.state.room} permalinkCreator={this.permalinkCreator} />
|
||||
<PinnedMessageBanner
|
||||
room={this.state.room}
|
||||
permalinkCreator={this.permalinkCreator}
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
/>
|
||||
);
|
||||
|
||||
let messageComposer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue