@ones-editor/editor 0.0.7-beta.37 → 0.0.7-beta.38

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
@@ -57278,7 +57278,8 @@ ${codeText}
57278
57278
  const doc2 = replyEditor.getDoc();
57279
57279
  const replyComment = createComment({
57280
57280
  editor: mainEditor,
57281
- commentGroupId: comment.groupId
57281
+ commentGroupId: comment.groupId,
57282
+ abstract: this.groupItem.comment.abstract
57282
57283
  });
57283
57284
  commentsProvider.localCreateComment(replyComment, doc2);
57284
57285
  this.hideReplyEditor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "0.0.7-beta.37",
3
+ "version": "0.0.7-beta.38",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",