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
7076d16f
Commit
7076d16f
authored
May 21, 2026
by
Яков
Browse files
update fix issue
parent
a2bb3efa
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7076d16f
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.5
0
"
,
"version"
:
"1.1.5
1
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/components/Uploader.js
View file @
7076d16f
...
@@ -238,7 +238,6 @@ export default class Uploader extends React.Component {
...
@@ -238,7 +238,6 @@ export default class Uploader extends React.Component {
axios
.
post
(
action
,
data
,
{
axios
.
post
(
action
,
data
,
{
headers
:
{
'
Content-Type
'
:
'
multipart/form-data
'
},
headers
:
{
'
Content-Type
'
:
'
multipart/form-data
'
},
withCredentials
:
true
,
onUploadProgress
:
(
e
)
=>
{
onUploadProgress
:
(
e
)
=>
{
const
percent
=
e
.
total
?
Math
.
round
((
e
.
loaded
*
100
)
/
e
.
total
)
:
0
const
percent
=
e
.
total
?
Math
.
round
((
e
.
loaded
*
100
)
/
e
.
total
)
:
0
onProgress
({
percent
},
file
)
onProgress
({
percent
},
file
)
...
...
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