File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/box_transform/lib/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -936,7 +936,7 @@ class BoxTransformer {
936936 Flip flip,
937937 ) {
938938 Box area = getAvailableAreaForHandle (
939- rect: rect ,
939+ rect: initialRect ,
940940 clampingRect: clampingRect,
941941 handle: handle,
942942 constraints: constraints,
@@ -1007,7 +1007,7 @@ class BoxTransformer {
10071007 Flip flip,
10081008 ) {
10091009 Box area = getAvailableAreaForHandle (
1010- rect: rect ,
1010+ rect: initialRect ,
10111011 clampingRect: clampingRect,
10121012 handle: handle,
10131013 constraints: constraints,
@@ -1078,7 +1078,7 @@ class BoxTransformer {
10781078 Flip flip,
10791079 ) {
10801080 Box area = getAvailableAreaForHandle (
1081- rect: rect ,
1081+ rect: initialRect ,
10821082 clampingRect: clampingRect,
10831083 handle: handle,
10841084 constraints: constraints,
You can’t perform that action at this time.
0 commit comments