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
92146eaf
Commit
92146eaf
authored
May 25, 2026
by
Яков
Browse files
update fix issue
parent
fe29b121
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
92146eaf
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.7
0
"
,
"version"
:
"1.1.7
1
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/QEditor.jsx
View file @
92146eaf
...
@@ -589,7 +589,7 @@ const QEditor = ({
...
@@ -589,7 +589,7 @@ const QEditor = ({
onClick
:
()
=>
editor
.
chain
().
focus
().
toggleBulletList
().
run
()
onClick
:
()
=>
editor
.
chain
().
focus
().
toggleBulletList
().
run
()
},
},
orderedList
:
{
orderedList
:
{
title
:
'
Нум
и
рованный список
'
,
title
:
'
Нум
е
рованный список
'
,
onClick
:
()
=>
editor
.
chain
().
focus
().
toggleOrderedList
().
run
()
onClick
:
()
=>
editor
.
chain
().
focus
().
toggleOrderedList
().
run
()
},
},
blockquote
:
{
blockquote
:
{
...
...
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