Merge pull request #3742 from matrix-org/travis/rp-memberinfo

Fix right panel for multiple member info viewings
pull/21833/head
Travis Ralston 2019-12-17 10:02:35 -07:00 committed by GitHub
commit 1a44f01f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ export default class RightPanelStore extends Store {
});
}
} else {
if (targetPhase === this._state.lastRoomPhase) {
if (targetPhase === this._state.lastRoomPhase && !payload.refireParams) {
this._setState({
showRoomPanel: !this._state.showRoomPanel,
});