@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
|
-
}
|
|
245
|
-
value: {
|
|
246
|
-
scrollRef: commentEditorContainerRef
|
|
247
|
-
}
|
|
248
|
-
})))));
|
|
244
|
+
}))));
|
|
249
245
|
};
|
|
250
246
|
var _default = exports.default = CommentEditor;
|