refactor(core): apply multiple changes at once to element
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export interface NodeDragItem {
|
|||||||
export interface NodeDimensionChange {
|
export interface NodeDimensionChange {
|
||||||
id: string
|
id: string
|
||||||
type: 'dimensions'
|
type: 'dimensions'
|
||||||
dimensions: Dimensions
|
dimensions?: Dimensions
|
||||||
handleBounds?: NodeHandleBounds
|
handleBounds?: NodeHandleBounds
|
||||||
updateStyle?: boolean
|
updateStyle?: boolean
|
||||||
resizing?: boolean
|
resizing?: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user