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
7ac36580
Commit
7ac36580
authored
May 14, 2025
by
Яков
Browse files
try fix
parent
1c8111c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7ac36580
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.0.6
2
"
,
"version"
:
"1.0.6
3
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/QEditor.jsx
View file @
7ac36580
...
@@ -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
({
...
...
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