Commit 3be342e9 by Яков

try fix

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