@ones-editor/editor 2.8.25-beta.2 → 2.8.25-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
@@ -70426,6 +70426,9 @@ ${codeText}
70426
70426
  (_b = (_a = this.commentOptions) == null ? void 0 : _a.onCommentCountChange) == null ? void 0 : _b.call(_a, count);
70427
70427
  });
70428
70428
  __publicField(this, "handleActiveItemChanged", (index2, direction) => {
70429
+ if (this.listType === "resolved") {
70430
+ return;
70431
+ }
70429
70432
  setTimeout(() => {
70430
70433
  var _a, _b;
70431
70434
  const item = this.list.activeItem;
@@ -93675,7 +93678,7 @@ ${data2.plantumlText}
93675
93678
  }
93676
93679
  }
93677
93680
  });
93678
- editor.version = "2.8.25-beta.2";
93681
+ editor.version = "2.8.25-beta.3";
93679
93682
  return editor;
93680
93683
  }
93681
93684
  function isDoc(doc2) {
@@ -93788,7 +93791,7 @@ ${data2.plantumlText}
93788
93791
  }
93789
93792
  });
93790
93793
  OnesEditorToolbar.register(editor);
93791
- editor.version = "2.8.25-beta.2";
93794
+ editor.version = "2.8.25-beta.3";
93792
93795
  return editor;
93793
93796
  }
93794
93797
  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.8.25-beta.2",
3
+ "version": "2.8.25-beta.3",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {