Skip to content

Commit 1a44f01

Browse files
authored
Merge pull request matrix-org#3742 from matrix-org/travis/rp-memberinfo
Fix right panel for multiple member info viewings
2 parents 3f5dc4f + 16181ff commit 1a44f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/RightPanelStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default class RightPanelStore extends Store {
154154
});
155155
}
156156
} else {
157-
if (targetPhase === this._state.lastRoomPhase) {
157+
if (targetPhase === this._state.lastRoomPhase && !payload.refireParams) {
158158
this._setState({
159159
showRoomPanel: !this._state.showRoomPanel,
160160
});

0 commit comments

Comments
 (0)