commit 08c5da2b2b74a0d209eb9fc4328aa5490e04b128
parent 805dd5c30548080f75746d60371cf06e259e844a
Author: ajcoder13 <avnijhalani@gmail.com>
Date: Wed, 3 Dec 2025 02:52:29 +0530
axis thing while moving fixed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ui/pages/canvas_board_page.dart b/lib/ui/pages/canvas_board_page.dart
@@ -1930,7 +1930,7 @@ class _ManipulatingBoxState extends State<_ManipulatingBox> {
// Rotate delta to account for element rotation
final rotated = _rotateVector(scaledDelta, -_rot);
setState(() {
- _pos += rotated;
+ _pos += scaledDelta;
_previousFocalPoint =
currentFocalPoint; // Update for next frame
});