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
4dd27764
Commit
4dd27764
authored
Apr 15, 2025
by
Яков
Browse files
add glossary
parent
3e4e2246
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/QEditor.jsx
View file @
4dd27764
...
...
@@ -1310,7 +1310,6 @@ const QEditor = ({
onFinish
=
{
(
values
)
=>
{
editWord
(
values
);
}
}
>
<
Form
.
Item
name
=
"id"
style
=
{
{
'
display
'
:
'
none
'
}
}
>
<
input
type
=
"hidden"
/>
...
...
src/components/Uploader.js
View file @
4dd27764
...
...
@@ -175,7 +175,7 @@ export default class Uploader extends React.Component {
let
data
=
resp
;
data
.
pathname
=
window
.
location
.
pathname
;
data
.
slug
=
'
redactor
'
;
axios
.
post
(
'
/api/web/ru/set-file-data/
'
,
resp
,
{
withCredentials
:
true
})
.
then
(
response
=>
{
if
(
response
.
data
.
state
===
'
success
'
)
{
...
...
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