Minimal history handler, handle node move. Auto parse JSON content for accurate typing.

This commit is contained in:
2025-01-09 16:41:36 +01:00
parent b1a9eb859e
commit 62950be032
6 changed files with 315 additions and 102 deletions

2
types/content.d.ts vendored
View File

@@ -15,7 +15,7 @@ export interface Overview {
}
export interface CanvasContent extends Overview {
type: 'canvas';
content?: string;
content?: Canvas;
}
export interface MapContent extends Overview {
type: 'map';