Commit e3434b3b by Яков

fix drag and drop

parent 5ae6a4ad
......@@ -511,9 +511,9 @@ const QEditor = ({
Audio,
Superscript,
Subscript,
DragAndDrop.configure({
linkUpload: uploadOptions.url
}),
// DragAndDrop.configure({
// linkUpload: uploadOptions.url
// }),
],
content: value,
onUpdate: ({editor}) => onChange(editor.getHTML()),
......
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