@lvce-editor/editor-worker 19.51.0 → 19.51.1

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.
@@ -6556,7 +6556,7 @@ const handleBlur$1 = async editor => {
6556
6556
  return newEditor;
6557
6557
  }
6558
6558
  const autoSave = await get$3('files.autoSave');
6559
- if (autoSave === 'off') {
6559
+ if (autoSave !== 'onFocusChange') {
6560
6560
  return newEditor;
6561
6561
  }
6562
6562
  return save(newEditor);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "19.51.0",
3
+ "version": "19.51.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"