FIX:修复某些bug

This commit is contained in:
黎智洲
2021-06-05 13:45:53 +08:00
parent 32f403b5aa
commit a7d9aed4ab
8 changed files with 82 additions and 27 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export class Layouter {
item.set({
x: pointerPosition[0],
y: pointerPosition[1],
rotation: angle
rotation: Math.sign(anchorVector[0]) * angle
});
});
}