diff --git a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx index 0b654dd3c..948b86967 100644 --- a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx +++ b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx @@ -112,6 +112,17 @@ function AssistActions({ } }; + React.useEffect(() => { + if (!livePlay) { + if (annotating) { + toggleAnnotation(false); + } + if (remoteActive) { + requestReleaseRemoteControl() + } + } + }, [livePlay]) + return (
{(onCall || remoteActive) && (