@seafile/comment-editor 0.0.1-alpha.47 → 0.0.1-alpha.49

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.
@@ -245,14 +245,6 @@ const CommentEditor = _ref => {
245
245
  value: {
246
246
  scrollRef: commentEditorContainerRef
247
247
  }
248
- })), /*#__PURE__*/_react.default.createElement(_commentEditorToolbar.default, {
249
- editor: editor,
250
- toolMenus: toolMenus,
251
- onSubmit: onSubmit,
252
- submitBtnText: t(submitTip),
253
- onCancel: onCancel
254
- }))), toolMenus.includes(_constants2.IMAGE) && /*#__PURE__*/_react.default.createElement(_insertElementDialog.default, {
255
- editor: editor
256
- }));
248
+ })))));
257
249
  };
258
250
  var _default = exports.default = CommentEditor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/comment-editor",
3
- "version": "0.0.1-alpha.47",
3
+ "version": "0.0.1-alpha.49",
4
4
  "private": false,
5
5
  "description": "This is a comment editor",
6
6
  "main": "dist/index.js",