There was an error while loading. Please reload this page.
2 parents 3f5dc4f + 16181ff commit 1a44f01Copy full SHA for 1a44f01
src/stores/RightPanelStore.js
@@ -154,7 +154,7 @@ export default class RightPanelStore extends Store {
154
});
155
}
156
} else {
157
- if (targetPhase === this._state.lastRoomPhase) {
+ if (targetPhase === this._state.lastRoomPhase && !payload.refireParams) {
158
this._setState({
159
showRoomPanel: !this._state.showRoomPanel,
160
0 commit comments