Fix partial execution
This commit is contained in:
@ -195,7 +195,7 @@ export const ModelingMachineProvider = ({
|
||||
store.videoElement?.pause()
|
||||
|
||||
return kclManager
|
||||
.executeCode()
|
||||
.executeCode({ isPartialExecution: true })
|
||||
.then(() => {
|
||||
if (engineCommandManager.engineConnection?.idleMode) return
|
||||
|
||||
|
Reference in New Issue
Block a user