Feature: Disable all automatic zoom_to_fit
workflows. Do not take control of users camera. (#6076)
chore: removing all force zoom_to_fit workflows in the system except on initial stream load sending it
This commit is contained in:
@ -97,7 +97,7 @@ function OnboardingWarningWeb(props: OnboardingResetWarningProps) {
|
||||
codeManager.updateCodeStateEditor(bracket)
|
||||
await codeManager.writeToFile()
|
||||
|
||||
await kclManager.executeCode(true)
|
||||
await kclManager.executeCode()
|
||||
props.setShouldShowWarning(false)
|
||||
}
|
||||
return () => {
|
||||
|
Reference in New Issue
Block a user