mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Used "null" instead of "undefined"
When creating the this._lastSessionHash attribute of History
This commit is contained in:
parent
0718f1e77e
commit
9b0ab0c8f1
@ -20,7 +20,7 @@ export class History extends BaseObservableValue {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
this._lastSessionHash = null;
|
||||
this._lastSessionHash = undefined;
|
||||
}
|
||||
|
||||
handleEvent(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user