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

update fix issue

parent fe29b121
{
"name": "react-ag-qeditor",
"version": "1.1.70",
"version": "1.1.71",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -589,7 +589,7 @@ const QEditor = ({
onClick: () => editor.chain().focus().toggleBulletList().run()
},
orderedList: {
title: 'Нумированный список',
title: 'Нумерованный список',
onClick: () => editor.chain().focus().toggleOrderedList().run()
},
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