fix resetting nodes with width & height set not working

This commit is contained in:
peterkogo
2025-01-27 13:14:14 +01:00
parent 72b956f797
commit 55364e6298
3 changed files with 4 additions and 2 deletions
@@ -10,6 +10,8 @@
const node1: Node = {
id: 'c1',
data: { label: '1' },
width: 100,
height: 100,
position: { x: 0, y: 0 }
};