Commit 9d8d83bd by Яков

try fix

parent 9d1d7ba1
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.69", "version": "1.0.70",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -493,10 +493,10 @@ const QEditor = ({ ...@@ -493,10 +493,10 @@ const QEditor = ({
// types: ['heading', 'paragraph'], // types: ['heading', 'paragraph'],
// alignments: ['left', 'center', 'right', 'justify'] // alignments: ['left', 'center', 'right', 'justify']
// }), // }),
TextStyle, // TextStyle,
Color.configure({ // Color.configure({
types: ['textStyle'] // types: ['textStyle']
}), // }),
Highlight.configure({ Highlight.configure({
multicolor: true multicolor: true
}), }),
......
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