Refactor editor workflow and update UI state handling

This commit is contained in:
sudhir
2026-04-30 13:37:52 +05:30
parent 3d0000f93f
commit 8631622e60
9 changed files with 1229 additions and 108 deletions
@@ -19,7 +19,7 @@ export const GuideRenderer = ({ node }: { node: GuideNode }) => {
position={node.position}
ref={ref}
rotation={[0, node.rotation[1], 0]}
visible={showGuides}
visible={showGuides && node.showIn3d === true}
>
{resolvedUrl && (
<Suspense>