remove comment

This commit is contained in:
Niels Lyngsø
2023-03-29 22:24:57 +02:00
parent c637a3a74b
commit 8388356f21
7 changed files with 0 additions and 7 deletions

View File

@@ -59,7 +59,6 @@ export class UmbDocumentWorkspaceViewEditPropertiesElement extends UmbLitElement
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (workspaceContext) => {
this._workspaceContext = workspaceContext as UmbDocumentWorkspaceContext;
this._observeGroupContainers();

View File

@@ -69,7 +69,6 @@ export class UmbDocumentWorkspaceViewEditTabElement extends UmbLitElement {
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (workspaceContext) => {
this._workspaceContext = workspaceContext as UmbDocumentWorkspaceContext;
this._observeTabContainers();

View File

@@ -40,7 +40,6 @@ export class UmbDocumentWorkspaceViewEditElement extends UmbLitElement {
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (workspaceContext) => {
this._workspaceContext = workspaceContext as UmbDocumentWorkspaceContext;
this._observeTabs();

View File

@@ -191,7 +191,6 @@ export class UmbDocumentInfoWorkspaceViewElement extends UmbLitElement {
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (nodeContext) => {
this._workspaceContext = nodeContext;
this._observeContent();

View File

@@ -36,7 +36,6 @@ export class UmbWorkspaceViewCollectionElement extends UmbLitElement {
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (nodeContext) => {
this._workspaceContext = nodeContext;
this._provideWorkspace();

View File

@@ -18,7 +18,6 @@ export class UmbWorkspaceActionUserGroupSaveElement extends UmbLitElement {
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (instance) => {
this._workspaceContext = instance as UmbUserWorkspaceContext;
});

View File

@@ -18,7 +18,6 @@ export class UmbWorkspaceActionUserSaveElement extends UmbLitElement {
constructor() {
super();
// TODO: Figure out how to get the magic string for the workspace context.
this.consumeContext(UMB_ENTITY_WORKSPACE_CONTEXT, (instance) => {
this._workspaceContext = instance as UmbUserWorkspaceContext;
});