fix: Size of inserted retina images (#6350)
* Fix pasted size of retina images * lint * lint
This commit is contained in:
@@ -206,7 +206,8 @@ function CommentForm({
|
||||
if (!files.length) {
|
||||
return;
|
||||
}
|
||||
editorRef.current?.insertFiles(event, files);
|
||||
|
||||
return editorRef.current?.insertFiles(event, files);
|
||||
};
|
||||
|
||||
const handleImageUpload = (event: React.MouseEvent<HTMLButtonElement>) => {
|
||||
|
||||
Reference in New Issue
Block a user