@ones-editor/editor 2.2.12-beta.2 → 2.2.12-beta.3

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
@@ -69166,6 +69166,9 @@ ${codeText}
69166
69166
  };
69167
69167
  }
69168
69168
  getTextCommands(editor, range) {
69169
+ if (isSelectedTitleBlock(editor)) {
69170
+ return [];
69171
+ }
69169
69172
  if (range.isCollapsed()) {
69170
69173
  return [];
69171
69174
  }
@@ -88283,7 +88286,7 @@ ${data2.flowchartText}
88283
88286
  }
88284
88287
  }
88285
88288
  });
88286
- editor.version = "2.2.12-beta.2";
88289
+ editor.version = "2.2.12-beta.3";
88287
88290
  return editor;
88288
88291
  }
88289
88292
  function isDoc(doc2) {
@@ -88378,7 +88381,7 @@ ${data2.flowchartText}
88378
88381
  });
88379
88382
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
88380
88383
  OnesEditorToolbar.register(editor);
88381
- editor.version = "2.2.12-beta.2";
88384
+ editor.version = "2.2.12-beta.3";
88382
88385
  return editor;
88383
88386
  }
88384
88387
  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.12-beta.2",
3
+ "version": "2.2.12-beta.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",