Feat(nodes): add initialWidth and initialHeight (#3953)
* feat(react/svelte): add initialWidth/initialHeight closes #3793 * chore(packages): update changelogs
This commit is contained in:
@@ -81,6 +81,8 @@ const initialNodes: Node[] = [
|
||||
id: '4',
|
||||
data: { label: 'Node 4' },
|
||||
position: { x: 400, y: 200 },
|
||||
width: 200,
|
||||
height: 50,
|
||||
type: 'custom',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user