TODO on revert

This commit is contained in:
Niels Lyngsø
2024-02-08 14:53:49 +01:00
parent b8fbfef834
commit 90df59cd7b

View File

@@ -270,6 +270,8 @@ export class UmbBlockWorkspaceContext<
if (contentUdi) {
this.#blockEntries?.delete(contentUdi);
}
} else {
// TODO: Revert the layout, content & settings data to the original state.
}
}
};