chore(react/svelte): rename node.dimensions to node.size

This commit is contained in:
moklick
2023-10-09 17:04:11 +02:00
parent d78b2aad6f
commit afa6365e12
8 changed files with 31 additions and 28 deletions
@@ -7,7 +7,7 @@
const nodeDefaults = {
sourcePosition: Position.Right,
targetPosition: Position.Left,
dimensions: {
size: {
width: 100,
height: 40,
},