add missing destroys
This commit is contained in:
@@ -77,7 +77,7 @@ export class UmbMemberWorkspaceContext
|
||||
}
|
||||
|
||||
public destroy(): void {
|
||||
console.log('destroy');
|
||||
super.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -92,6 +92,7 @@ export class UmbScriptWorkspaceContext extends UmbEditableWorkspaceContextBase<U
|
||||
}
|
||||
|
||||
destroy(): void {
|
||||
throw new Error('Method not implemented.');
|
||||
super.destroy();
|
||||
this.#data.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user