Fix multiple timeline panels handling composer and edit events
This commit is contained in:
parent
53a6089cc9
commit
83af38a85f
2 changed files with 26 additions and 19 deletions
|
@ -2025,6 +2025,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
manageReadReceipts={!this.state.isPeeking}
|
||||
sendReadReceiptOnLoad={!this.state.wasContextSwitch}
|
||||
manageReadMarkers={!this.state.isPeeking}
|
||||
manageComposerDispatches={true}
|
||||
hidden={hideMessagePanel}
|
||||
highlightedEventId={highlightedEventId}
|
||||
eventId={this.state.initialEventId}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue