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
13a4956a
Commit
13a4956a
authored
Apr 15, 2025
by
Яков
Browse files
add glossary
parent
ed893023
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
13a4956a
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.0.4
0
"
,
"version"
:
"1.0.4
1
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/QEditor.jsx
View file @
13a4956a
...
@@ -146,7 +146,9 @@ const QEditor = ({
...
@@ -146,7 +146,9 @@ const QEditor = ({
}
else
if
(
response
.
data
.
state
===
"
error
"
)
{
}
else
if
(
response
.
data
.
state
===
"
error
"
)
{
message
.
error
(
'
Ошибка
'
);
message
.
error
(
'
Ошибка
'
);
}
}
setModalGlossaryIsOpen
(
false
);
}).
catch
((
reason
)
=>
{
}).
catch
((
reason
)
=>
{
setModalGlossaryIsOpen
(
false
);
message
.
error
(
'
Что-то пошло не так
'
);
message
.
error
(
'
Что-то пошло не так
'
);
})
})
}
else
{
}
else
{
...
...
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