Commit 7ac36580 by Яков

try fix

parent 1c8111c2
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.62", "version": "1.0.63",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -463,13 +463,13 @@ const QEditor = ({ ...@@ -463,13 +463,13 @@ const QEditor = ({
// Image, // Image,
ImageResize, ImageResize,
// CustomImage, // CustomImage,
Link.configure({ // Link.configure({
autolink: true, // autolink: true,
linkOnPaste: true, // linkOnPaste: true,
defaultProtocol: 'https', // defaultProtocol: 'https',
protocols: ['http', 'https'], // protocols: ['http', 'https'],
validate: (href)=> console.log(href), // validate: (href)=> console.log(href),
}), // }),
Video, Video,
Iframe, Iframe,
Table.configure({ Table.configure({
......
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