From c816295e18132e27b9fe618d6570d8290557e305 Mon Sep 17 00:00:00 2001 From: wass08 Date: Wed, 18 Feb 2026 14:39:41 +0900 Subject: [PATCH] fix camera initial load --- apps/editor/components/editor/custom-camera-controls.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/editor/components/editor/custom-camera-controls.tsx b/apps/editor/components/editor/custom-camera-controls.tsx index 07e717d9..a08fc54b 100644 --- a/apps/editor/components/editor/custom-camera-controls.tsx +++ b/apps/editor/components/editor/custom-camera-controls.tsx @@ -237,6 +237,7 @@ export const CustomCameraControls = () => { mouseButtons={mouseButtons} onTransitionStart={onTransitionStart} onRest={onRest} + onSleep={onRest} restThreshold={0.01} /> )