@seafile/comment-editor 0.0.1-alpha.66 → 0.0.1-alpha.67

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.
@@ -30,6 +30,7 @@ const CommentProvider = _ref => {
30
30
  participants = [],
31
31
  addParticipants
32
32
  } = _ref;
33
+ console.log('children', children);
33
34
  const getCollaborators = (0, _react.useCallback)(() => {
34
35
  const newCollaborators = collaborators.map(user => new _model.User(user));
35
36
  return newCollaborators;
@@ -53,16 +53,7 @@ const SeafileCommentEditor = _ref => {
53
53
  collaborators: collaborators,
54
54
  participants: participants,
55
55
  addParticipants: addParticipants
56
- }, /*#__PURE__*/_react.default.createElement(_basicSdk.CommentEditor, {
57
- content: content,
58
- insertContent: insertContent,
59
- onContentChange: onContentChange,
60
- hiddenUserInfo: hiddenUserInfo,
61
- hiddenComment: hiddenComment,
62
- toolMenus: toolMenus,
63
- closePanel: closePanel,
64
- addParticipants: addParticipants
65
- })))
56
+ }, /*#__PURE__*/_react.default.createElement("div", null, "123")))
66
57
  // </I18nextProvider>
67
58
  );
68
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/comment-editor",
3
- "version": "0.0.1-alpha.66",
3
+ "version": "0.0.1-alpha.67",
4
4
  "private": false,
5
5
  "description": "This is a comment editor",
6
6
  "main": "dist/index.js",