1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Actually render the right panel in the new system

This commit is contained in:
Travis Ralston
2019-12-05 23:40:18 -07:00
parent 42898ec414
commit bbdff701b4
3 changed files with 9 additions and 1 deletions

View File

@ -580,6 +580,10 @@ export default createReactClass({
profileForm: null,
});
break;
case 'after_right_panel_phase_change':
// We don't keep state on the right panel, so just re-render to update
this.forceUpdate();
break;
default:
break;
}