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

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.
@@ -241,10 +241,6 @@ const CommentEditor = _ref => {
241
241
  ref: commentEditorContainerRef,
242
242
  className: "article comment-editor",
243
243
  onClick: handleFocusEditor
244
- }, /*#__PURE__*/_react.default.createElement(_useScrollContext.ScrollContext.Provider, {
245
- value: {
246
- scrollRef: commentEditorContainerRef
247
- }
248
- })))));
244
+ }))));
249
245
  };
250
246
  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.49",
3
+ "version": "0.0.1-alpha.50",
4
4
  "private": false,
5
5
  "description": "This is a comment editor",
6
6
  "main": "dist/index.js",