show default planes bug (#3047)

This commit is contained in:
Kurt Hutten
2024-07-17 18:58:01 +10:00
committed by GitHub
parent 1cd2cd82b2
commit 79cff57f43
3 changed files with 5 additions and 2 deletions

View File

@ -346,6 +346,7 @@ export class KclManager {
return
}
this.ast = { ...ast }
this.isExecuting = true // executeAst sets this to false again
return this.executeAst(ast, zoomToFit)
}
format() {