This commit is contained in:
Niels Lyngsø
2023-01-23 14:46:26 +01:00
parent 8cba56a19c
commit 2978d1072e

View File

@@ -119,7 +119,7 @@ export abstract class UmbWorkspaceContentContext<
});
}
// TODO: how can we make sure to call this.
// TODO: how can we make sure to call this, we might need to turn this thing into a ContextProvider(extending) for it to call destroy?
public destroy(): void {
this._data.unsubscribe();
}