Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
b018c90c
Commit
b018c90c
authored
Jun 27, 2025
by
Яков
Browse files
test drag and drop
parent
a8dd3db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QEditor.jsx
View file @
b018c90c
...
@@ -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
()),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment