remove _deffer (#3114)

* remove _deffer

Signed-off-by: Paul Tagliamonte <paul@zoo.dev>
This commit is contained in:
Paul Tagliamonte
2024-07-23 20:37:04 -04:00
committed by GitHub
parent a68748abcf
commit 22df47fa96
10 changed files with 11 additions and 33 deletions

View File

@ -56,7 +56,7 @@ function OnboardingWithNewFile() {
next={() => {
// We do want to update both the state and editor here.
codeManager.updateCodeEditor(bracket)
kclManager.executeCode(true, true)
kclManager.executeCode(true)
next()
}}
nextText="Overwrite code and continue"