@ones-editor/editor 2.1.2-beta.30 → 2.1.2-beta.31

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
@@ -68474,6 +68474,7 @@ ${codeText}
68474
68474
  const block = editor.getBlockById(range.anchor.blockId);
68475
68475
  const types2 = ["table", "layout"];
68476
68476
  if (types2.includes(getBlockType(block))) {
68477
+ editor.selection.setSelection(createSimpleBlockPosition(block, 0, "home"), createSimpleBlockPosition(block, 0, "end"));
68477
68478
  comment = addCommentToBlock$1(editor, block, this.provider);
68478
68479
  }
68479
68480
  }
@@ -88165,7 +88166,7 @@ ${data2.flowchartText}
88165
88166
  }
88166
88167
  }
88167
88168
  });
88168
- editor.version = "2.1.2-beta.30";
88169
+ editor.version = "2.1.2-beta.31";
88169
88170
  if (Logger$2.level === LogLevel.DEBUG) {
88170
88171
  window.setReauthFail = (fail) => {
88171
88172
  window.isReauthError = fail;
@@ -88266,7 +88267,7 @@ ${data2.flowchartText}
88266
88267
  });
88267
88268
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
88268
88269
  OnesEditorToolbar.register(editor);
88269
- editor.version = "2.1.2-beta.30";
88270
+ editor.version = "2.1.2-beta.31";
88270
88271
  return editor;
88271
88272
  }
88272
88273
  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.1.2-beta.30",
3
+ "version": "2.1.2-beta.31",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",