Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
1ffd77e6
Commit
1ffd77e6
authored
May 14, 2025
by
Яков
Browse files
try fix
parent
8b985ff5
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
1ffd77e6
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.0.6
5
"
,
"version"
:
"1.0.6
6
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/QEditor.jsx
View file @
1ffd77e6
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment