Commit 0670cea2 by Яков

try fix

parent 5fb3a4a6
{
"name": "react-ag-qeditor",
"version": "1.0.67",
"version": "1.0.68",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -459,10 +459,8 @@ const QEditor = ({
const editor = useEditor({
extensions: [
StarterKit,
// Underline,
// Image,
Underline,
ImageResize,
// CustomImage,
Link.configure({
autolink: true,
linkOnPaste: true,
......@@ -478,7 +476,6 @@ const QEditor = ({
// }),
// TableRow,
// TableHeader,
// TableCell,
// TableCell.extend({
// renderHTML({ HTMLAttributes }) {
// const attrs = mergeAttributes(this.options.HTMLAttributes, HTMLAttributes);
......@@ -551,7 +548,6 @@ const QEditor = ({
)
}
const getUploader = ({accept = '*', ...o}) => {
let url = uploadOptions.url
let multiple = 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