From 745c008c9c68e0895f6fd63fd1c76d5ce66adfd3 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 11 Sep 2022 13:16:23 +0000 Subject: [PATCH] fix --- static/diagram.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/diagram.ts b/static/diagram.ts index 785dca8..3dc9f85 100644 --- a/static/diagram.ts +++ b/static/diagram.ts @@ -14,7 +14,7 @@ class DiagramNode { children: Array; constructor( - id: number; + id: number, x: number, y: number, width: number,