Commit 8883613f authored by Яков's avatar Яков
Browse files

update fix issue

parent a05a4b35
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.66", "version": "1.1.67",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -33,8 +33,8 @@ const toolsInit = { ...@@ -33,8 +33,8 @@ const toolsInit = {
}, },
{ type: 'g', items: ['emoji'] }, { type: 'g', items: ['emoji'] },
{ type: 'g', items: ['clearMarks', 'blockquote', 'hr'] }, { type: 'g', items: ['clearMarks'] },
{ type: 'g', items: ['codeBlock'] }, { type: 's', toggle: false, items: ['blockquote', 'hr', 'codeBlock'] },
// ─── разделитель ─── // ─── разделитель ───
{ type: 'g', items: ['|'] }, { type: 'g', items: ['|'] },
...@@ -61,6 +61,7 @@ const toolsInit = { ...@@ -61,6 +61,7 @@ const toolsInit = {
{ type: 'g', items: ['file'] }, { type: 'g', items: ['file'] },
{ type: 'g', items: ['iframe_custom'] }, { type: 'g', items: ['iframe_custom'] },
{ type: 'g', items: ['export_pdf'] },
], ],
'text': [ 'text': [
{ {
......
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