this is a NOP, but in the future might not be

This commit is contained in:
Bruno Windels 2020-10-06 12:20:03 +02:00
parent 7def542e21
commit 9a3734e5ba

View file

@ -67,6 +67,7 @@ export class MappedMap extends BaseObservableMap {
}
onUnsubscribeLast() {
super.onUnsubscribeLast();
this._subscription = this._subscription();
this._mappedValues.clear();
}