mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
when the user switches room, close room settings
this is especially annoying if they choose Leave Room which indirectly switches room Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
5b027c6410
commit
a548c83647
@ -147,6 +147,8 @@ class RoomViewStore extends Store {
|
||||
joining: payload.joining || false,
|
||||
// Reset replyingToEvent because we don't want cross-room because bad UX
|
||||
replyingToEvent: null,
|
||||
// pull the user out of Room Settings
|
||||
isEditingSettings: false,
|
||||
};
|
||||
|
||||
if (this._state.forwardingEvent) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user