Commit b018c90c by Яков

test drag and drop

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