Commit 3be342e9 by Яков

try fix

parent 9d8d83bd
{
"name": "react-ag-qeditor",
"version": "1.0.70",
"version": "1.0.71",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -497,17 +497,17 @@ const QEditor = ({
// Color.configure({
// types: ['textStyle']
// }),
Highlight.configure({
multicolor: true
}),
// Highlight.configure({
// multicolor: true
// }),
// CustomLink.configure({
// linkOnPaste: false,
// openOnClick: false
// }),
Focus.configure({
className: 'atma-editor-focused',
mode: 'all'
}),
// Focus.configure({
// className: 'atma-editor-focused',
// mode: 'all'
// }),
DragAndDrop.configure({
linkUpload: uploadOptions.url
}),
......
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