mirror of https://github.com/vector-im/riot-web
make copy of initial state, as there can be multiple instances now
parent
720bc11aa4
commit
f95b26179f
|
@ -58,7 +58,7 @@ export class RoomViewStore extends Store {
|
||||||
super(dis);
|
super(dis);
|
||||||
|
|
||||||
// Initialise state
|
// Initialise state
|
||||||
this._state = INITIAL_STATE;
|
this._state = Object.assign({}, INITIAL_STATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
_setState(newState) {
|
_setState(newState) {
|
||||||
|
|
Loading…
Reference in New Issue