This commit is contained in:
Niels Lyngsø
2022-12-20 12:42:36 +01:00
parent 04ae21c55f
commit f355d950c4

View File

@@ -124,7 +124,7 @@ export class UmbWorkspaceContentElement extends UmbContextProviderMixin(
private _onSave() {
// TODO: What if store is not available, what if content is not loaded... or workspace is not there jet?
if (this._workspaceContext) {
// TODO: Need some interface/type for saveableStore..
// TODO: Need some interface/type for saveableStore or interface for ContentWorkspace.
(this._workspaceContext).save()
}
}