Update App.tsx to reset editor simulation clock override when not playing
This commit is contained in:
@@ -3921,6 +3921,9 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
||||
time: nextTime
|
||||
})
|
||||
);
|
||||
if (!editorSimulationPlaying) {
|
||||
setEditorSimulationClockOverride(null);
|
||||
}
|
||||
setStatusMessage(successMessage);
|
||||
} catch (error) {
|
||||
setStatusMessage(getErrorMessage(error));
|
||||
|
||||
Reference in New Issue
Block a user