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:
Kevin Nadro
2025-04-03 10:58:18 -05:00
committed by GitHub
parent 74859e99e7
commit 65e08bea92
11 changed files with 24 additions and 87 deletions

View File

@ -428,7 +428,7 @@ export const FileMachineProvider = ({
onSubmit: async (data) => {
if (data.method === 'overwrite') {
codeManager.updateCodeStateEditor(data.code)
await kclManager.executeCode(true)
await kclManager.executeCode()
await codeManager.writeToFile()
} else if (data.method === 'newFile' && isDesktop()) {
send({