Fix history initialization (#2115)
This commit is contained in:
@ -125,7 +125,7 @@ export const actionLoadScene = register({
|
||||
...loadedAppState,
|
||||
errorMessage: error,
|
||||
},
|
||||
commitToHistory: false,
|
||||
commitToHistory: true,
|
||||
};
|
||||
},
|
||||
PanelComponent: ({ updateData, appState }) => (
|
||||
|
Reference in New Issue
Block a user