Commit c8be1c9b by Яков

fix

parent 5b6b2868
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.94", "version": "1.0.95",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -524,7 +524,9 @@ const QEditor = ({ ...@@ -524,7 +524,9 @@ const QEditor = ({
}, },
onUploadError: (error) => { onUploadError: (error) => {
console.error('Upload error:', error); console.error('Upload error:', error);
} },
minDragDistance: 10, // Можно настроить под свои нужды
dragPreviewOpacity: 0.3 // Настройка прозрачности
}) })
], ],
content: value, content: value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment