We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dba432 commit 5ae3c5aCopy full SHA for 5ae3c5a
1 file changed
packages/backend/src/common/commonPosition.ts
@@ -12,7 +12,7 @@ export const getCommonPositionValue = (
12
x: x,
13
y: y,
14
},
15
- -(node.rotation + (node.cumulativeRotation || 0)),
+ -((node.rotation || 0) + (node.cumulativeRotation || 0)),
16
);
17
18
return { x: rect.left, y: rect.top };
0 commit comments