Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-24 19:45:12 +00:00
parent f1ed0248d0
commit a19fcdf792
+1 -4
View File
@@ -1174,10 +1174,7 @@ export function ModelViewerCanvas({ url }: ModelViewerProps) {
maxDistance={50}
enabled={!positionMode}
ref={(c: any) => {
// Expose to the ViewCube bus
import('./viewCubeBus').then(({ mainControlsRef }) => {
mainControlsRef.current = c;
});
mainControlsRef.current = c;
}}
/>