refactor(core): apply multiple changes at once to element

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 15:49:20 +01:00
committed by Braks
parent 9f4c48b849
commit 99f5e18408
+1 -1
View File
@@ -17,7 +17,7 @@ export interface NodeDragItem {
export interface NodeDimensionChange {
id: string
type: 'dimensions'
dimensions: Dimensions
dimensions?: Dimensions
handleBounds?: NodeHandleBounds
updateStyle?: boolean
resizing?: boolean