feat(xy-resizer): add resize direction #2986
This commit is contained in:
@@ -32,6 +32,7 @@ function ResizeControl({
|
||||
maxWidth = Number.MAX_VALUE,
|
||||
maxHeight = Number.MAX_VALUE,
|
||||
keepAspectRatio = false,
|
||||
resizeDirection,
|
||||
shouldResize,
|
||||
onResizeStart,
|
||||
onResize,
|
||||
@@ -166,6 +167,7 @@ function ResizeControl({
|
||||
maxHeight,
|
||||
},
|
||||
keepAspectRatio,
|
||||
resizeDirection,
|
||||
onResizeStart,
|
||||
onResize,
|
||||
onResizeEnd,
|
||||
|
||||
Reference in New Issue
Block a user