remove set transform call for now

This commit is contained in:
Orion Reed 2024-12-07 16:06:51 -05:00
parent 7535245702
commit a655e21f45
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export class FolkSpaceRadial extends HTMLElement {
});
// Set the transform on the child
element.setTransform(transform);
// element.setTransform(transform);
});
}
}