mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
this was missing! and causing an error with empty lists
This commit is contained in:
parent
5d21ae3fb7
commit
b814335b99
@ -79,4 +79,8 @@ export class MappedMap extends BaseObservableMap {
|
||||
[Symbol.iterator]() {
|
||||
return this._mappedValues.entries();
|
||||
}
|
||||
|
||||
get size() {
|
||||
return this._mappedValues.size;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user