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
7549a85b
Commit
7549a85b
authored
Aug 08, 2025
by
Яков
Browse files
update
parent
a4f19178
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7549a85b
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.1
5
"
,
"version"
:
"1.1.1
6
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/extensions/Audio.js
View file @
7549a85b
...
@@ -56,8 +56,8 @@ const Audio = Node.create({
...
@@ -56,8 +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
'
;
padding: 0px 0px 2px 0px;
color:
'
#ff4d4f
'
;
color: #ff4d4f;
`
`
closeBtn
.
addEventListener
(
'
click
'
,
function
()
{
closeBtn
.
addEventListener
(
'
click
'
,
function
()
{
const
pos
=
editor
.
view
.
posAtDOM
(
container
,
0
)
const
pos
=
editor
.
view
.
posAtDOM
(
container
,
0
)
...
...
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