Commit 92146eaf authored by Яков's avatar Яков
Browse files

update fix issue

parent fe29b121
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.70", "version": "1.1.71",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -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: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment