dont set rotation origin

This commit is contained in:
Orion Reed 2024-12-14 13:38:06 -05:00
parent 1e0868bddc
commit 7fb89dd80a
1 changed files with 0 additions and 3 deletions

View File

@ -99,9 +99,6 @@ export class FolkSpaceRadial extends FolkBaseSet {
const transform = event.current as DOMRectTransform;
// Set rotateOrigin to center
transform.rotateOrigin = { x: 0.5, y: 0.5 };
// Get the center of the radial space
const bounds = this.getBoundingClientRect();
const spaceCenter = { x: bounds.left + bounds.width / 2, y: bounds.top + bounds.height / 2 };