Lf94/eco mode save the planet (#2940)
* Trigger shutdown operations after each test * Idle mode states * Don't show the reconnect when coming back from tab
This commit is contained in:
@ -1051,7 +1051,9 @@ export const modelingMachine = createMachine(
|
||||
type: 'start_path',
|
||||
},
|
||||
})
|
||||
store.videoElement?.play()
|
||||
if (!engineCommandManager.engineConnection?.freezeFrame) {
|
||||
store.videoElement?.play()
|
||||
}
|
||||
if (updatedAst?.selections) {
|
||||
editorManager.selectRange(updatedAst?.selections)
|
||||
}
|
||||
|
Reference in New Issue
Block a user