Commit 1ffd77e6 by Яков

try fix

parent 8b985ff5
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.65", "version": "1.0.66",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -472,13 +472,13 @@ const QEditor = ({ ...@@ -472,13 +472,13 @@ const QEditor = ({
}), }),
Video, Video,
Iframe, Iframe,
Table.configure({ // Table.configure({
resizable: true, // resizable: true,
allowTableNodeSelection: true // allowTableNodeSelection: true
}), // }),
TableRow, // TableRow,
TableHeader, // TableHeader,
TableCell, // TableCell,
// TableCell.extend({ // TableCell.extend({
// renderHTML({ HTMLAttributes }) { // renderHTML({ HTMLAttributes }) {
// const attrs = mergeAttributes(this.options.HTMLAttributes, HTMLAttributes); // const attrs = mergeAttributes(this.options.HTMLAttributes, HTMLAttributes);
......
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