@ones-editor/editor 2.2.14-beta.1 → 2.2.14

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.
package/dist/index.js CHANGED
@@ -59442,7 +59442,7 @@ $$${mathData.mathjaxText}$$
59442
59442
  });
59443
59443
  __publicField(this, "onClose", () => {
59444
59444
  this.firstEmptyOffset = -1;
59445
- if (shouldFocusToEditor(this.editor) && this.menu.closeReason === "clickBackground") {
59445
+ if (shouldFocusToEditor(this.editor)) {
59446
59446
  this.editor.focus({ preventScroll: true });
59447
59447
  }
59448
59448
  });
@@ -88344,7 +88344,7 @@ ${data2.flowchartText}
88344
88344
  }
88345
88345
  }
88346
88346
  });
88347
- editor.version = "2.2.14-beta.1";
88347
+ editor.version = "2.2.14";
88348
88348
  return editor;
88349
88349
  }
88350
88350
  function isDoc(doc2) {
@@ -88439,7 +88439,7 @@ ${data2.flowchartText}
88439
88439
  });
88440
88440
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
88441
88441
  OnesEditorToolbar.register(editor);
88442
- editor.version = "2.2.14-beta.1";
88442
+ editor.version = "2.2.14";
88443
88443
  return editor;
88444
88444
  }
88445
88445
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.2.14-beta.1",
3
+ "version": "2.2.14",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",