mirror of https://github.com/vector-im/riot-web
Merge pull request #3742 from matrix-org/travis/rp-memberinfo
Fix right panel for multiple member info viewingspull/21833/head
commit
1a44f01f0a
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue