Commit 7ac36580 by Яков

try fix

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