This commit is contained in:
Niels Lyngsø
2023-03-16 09:22:07 +01:00
parent 4ab67426da
commit 3dfaa27d57

View File

@@ -13,6 +13,7 @@ export class UmbObserverController<T = unknown> extends UmbObserver<T> implement
this._alias = alias;
// Lets check if controller is already here:
// No we don't want this, as multiple different controllers might be looking at the same source.
/*
if (this._subscriptions.has(source)) {
const subscription = this._subscriptions.get(source);