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} /> )