fix
This commit is contained in:
parent
9c0913bdb4
commit
745c008c9c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class DiagramNode {
|
|||
children: Array<DiagramNode>;
|
||||
|
||||
constructor(
|
||||
id: number;
|
||||
id: number,
|
||||
x: number,
|
||||
y: number,
|
||||
width: number,
|
||||
|
|
Loading…
Add table
Reference in a new issue