@ones-editor/editor 3.0.1-beta.14 → 3.0.1-beta.16

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
@@ -8948,7 +8948,7 @@ div.editor-root.compact.no-heading-collapse.no-block-menu > .editor-content {
8948
8948
  display: none;
8949
8949
  }
8950
8950
  .error-info-bar[data-type=error] .content {
8951
- background: rgba(0, 36, 90, 0.0392156863);
8951
+ background: #f6f7f9;
8952
8952
  color: #575859;
8953
8953
  }
8954
8954
  .error-info-bar[data-type=warning] .content {
@@ -12471,6 +12471,7 @@ var __publicField = (obj, key, value) => {
12471
12471
  event.stopPropagation();
12472
12472
  return;
12473
12473
  }
12474
+ this.editor.selection.caret.update();
12474
12475
  if (target instanceof HTMLElement && target.draggable) {
12475
12476
  this.editor.selectionHandler.handleMouseDown(event);
12476
12477
  this.editor.selectionHandler.stopSelection();
@@ -95968,7 +95969,7 @@ ${JSON.stringify(error2, null, 2)}`);
95968
95969
  }
95969
95970
  }
95970
95971
  });
95971
- editor.version = "3.0.1-beta.14";
95972
+ editor.version = "3.0.1-beta.16";
95972
95973
  return editor;
95973
95974
  }
95974
95975
  function isDoc(doc2) {
@@ -96102,7 +96103,7 @@ ${JSON.stringify(error2, null, 2)}`);
96102
96103
  OnesEditorDropTarget.register(editor);
96103
96104
  OnesEditorTocProvider.register(editor);
96104
96105
  OnesEditorExclusiveBlock.register(editor);
96105
- editor.version = "3.0.1-beta.14";
96106
+ editor.version = "3.0.1-beta.16";
96106
96107
  return editor;
96107
96108
  }
96108
96109
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "3.0.1-beta.14",
3
+ "version": "3.0.1-beta.16",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {