You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Merge pull request #3742 from matrix-org/travis/rp-memberinfo
Fix right panel for multiple member info viewings
This commit is contained in:
@@ -154,7 +154,7 @@ export default class RightPanelStore extends Store {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (targetPhase === this._state.lastRoomPhase) {
|
if (targetPhase === this._state.lastRoomPhase && !payload.refireParams) {
|
||||||
this._setState({
|
this._setState({
|
||||||
showRoomPanel: !this._state.showRoomPanel,
|
showRoomPanel: !this._state.showRoomPanel,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user