@ones-editor/editor 2.1.1-beta.31 → 2.1.1-beta.32

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
@@ -49035,8 +49035,8 @@ ${codeText}
49035
49035
  } else {
49036
49036
  blockIndex = getBlockIndex(nextBlock);
49037
49037
  }
49038
+ editor.insertTextBlock("", containerId, blockIndex);
49038
49039
  }
49039
- editor.insertTextBlock("", containerId, blockIndex);
49040
49040
  insertLink(editor, containerId, blockIndex);
49041
49041
  return true;
49042
49042
  }
@@ -56724,8 +56724,8 @@ $$${mathData.mathjaxText}$$
56724
56724
  } else {
56725
56725
  blockIndex = getBlockIndex(nextBlock);
56726
56726
  }
56727
+ editor.insertTextBlock("", containerId, blockIndex);
56727
56728
  }
56728
- editor.insertTextBlock("", containerId, blockIndex);
56729
56729
  switch (item.id) {
56730
56730
  case "insert-math":
56731
56731
  insertMath(editor, containerId, blockIndex);
@@ -84967,7 +84967,7 @@ ${data2.flowchartText}
84967
84967
  }
84968
84968
  }
84969
84969
  });
84970
- editor.version = "2.1.1-beta.31";
84970
+ editor.version = "2.1.1-beta.32";
84971
84971
  if (Logger$2.level === LogLevel.DEBUG) {
84972
84972
  window.setReauthFail = (fail) => {
84973
84973
  window.isReauthError = fail;
@@ -85066,7 +85066,7 @@ ${data2.flowchartText}
85066
85066
  });
85067
85067
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
85068
85068
  OnesEditorToolbar.register(editor);
85069
- editor.version = "2.1.1-beta.31";
85069
+ editor.version = "2.1.1-beta.32";
85070
85070
  return editor;
85071
85071
  }
85072
85072
  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.1-beta.31",
3
+ "version": "2.1.1-beta.32",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",