@lvce-editor/main-area-worker 5.6.0 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2967,7 +2967,9 @@ const save = async state => {
2967
2967
  return state;
2968
2968
  }
2969
2969
  await invoke('Editor.save', tab.editorUid);
2970
- return state;
2970
+ return updateTab(state, tab.id, {
2971
+ isDirty: false
2972
+ });
2971
2973
  };
2972
2974
 
2973
2975
  const saveState = state => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-area-worker",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "Main Area Worker",
5
5
  "repository": {
6
6
  "type": "git",