add comment

This commit is contained in:
Niels Lyngsø
2023-01-11 10:52:04 +01:00
parent b048c8c751
commit e99c07cc86

View File

@@ -113,6 +113,7 @@ export abstract class UmbWorkspaceContentContext<
abstract setPropertyValue(alias: string, value: unknown):void;
// TODO: consider turning this into an abstract so each context implement this them selfs.
public save(): Promise<void> {
if(!this._store) {
// TODO: more beautiful error: