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
7353b25c
Commit
7353b25c
authored
Jul 16, 2025
by
Яков
Browse files
update
parent
1f83ff59
Changes
3
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7353b25c
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.1
1
"
,
"version"
:
"1.1.1
2
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/extensions/Audio.js
View file @
7353b25c
...
@@ -56,6 +56,8 @@ const Audio = Node.create({
...
@@ -56,6 +56,8 @@ const Audio = Node.create({
font-size: 12px;
font-size: 12px;
line-height: 1;
line-height: 1;
cursor: pointer;
cursor: pointer;
padding: '0px 0px 2px 0px';
color: '#ff4d4f';
`
`
closeBtn
.
addEventListener
(
'
click
'
,
function
()
{
closeBtn
.
addEventListener
(
'
click
'
,
function
()
{
const
pos
=
editor
.
view
.
posAtDOM
(
container
,
0
)
const
pos
=
editor
.
view
.
posAtDOM
(
container
,
0
)
...
...
src/extensions/ToggleBlock.js
View file @
7353b25c
...
@@ -52,7 +52,8 @@ export const ToggleBlockComponent = ({node, updateAttributes, getPos, editor}) =
...
@@ -52,7 +52,8 @@ export const ToggleBlockComponent = ({node, updateAttributes, getPos, editor}) =
fontSize
:
12
,
fontSize
:
12
,
lineHeight
:
1
,
lineHeight
:
1
,
cursor
:
'
pointer
'
,
cursor
:
'
pointer
'
,
padding
:
0
,
padding
:
'
0px 0px 2px 0px
'
,
color
:
'
#ff4d4f
'
}}
}}
>
>
×
×
...
...
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