This commit is contained in:
Niels Lyngsø
2023-01-04 12:40:19 +01:00
parent a92536a1fa
commit c6fba40848

View File

@@ -48,6 +48,7 @@ export class UmbSectionViewUsersElement extends UmbLitElement {
this._observeUsers();
});
// TODO: consider this context name, is it to broad?
// TODO: Stop using it self as a context api.
this.provideContext('umbUsersContext', this);
this.observe(umbExtensionsRegistry?.extensionsOfType('workspace'), (workspaceExtensions) => {