refactor(react): use node.width/height for resizer changes

This commit is contained in:
moklick
2024-01-09 16:20:47 +01:00
parent 8487cb10e0
commit b18ef10e43
4 changed files with 7 additions and 7 deletions
@@ -74,7 +74,6 @@ function ResizeControl({
const dimensionChange: NodeDimensionChange = {
id,
type: 'dimensions',
updateStyle: true,
resizing: true,
dimensions: {
width: change.width,