mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-20 03:41:11 +02:00
Fix a bug where the icons need to be clicked twice after reload
Clicking on the member icon was fine, but clicking on the file panel wouldn't bring it up - it had to be clicked a second time to actually show the panel.
This commit is contained in:
parent
4873b526df
commit
75c32a2f02
@ -123,6 +123,7 @@ export default class RightPanelStore extends Store {
|
|||||||
} else {
|
} else {
|
||||||
this._setState({
|
this._setState({
|
||||||
lastGroupPhase: targetPhase,
|
lastGroupPhase: targetPhase,
|
||||||
|
showGroupPanel: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -133,6 +134,7 @@ export default class RightPanelStore extends Store {
|
|||||||
} else {
|
} else {
|
||||||
this._setState({
|
this._setState({
|
||||||
lastRoomPhase: targetPhase,
|
lastRoomPhase: targetPhase,
|
||||||
|
showRoomPanel: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user