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
7a6b43c3
Commit
7a6b43c3
authored
Dec 29, 2023
by
yakoff94
Browse files
фикс аудио обновление версии до 1.0.27
parent
33ee9b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/Audio.js
View file @
7a6b43c3
...
@@ -24,7 +24,6 @@ const Audio = Node.create({
...
@@ -24,7 +24,6 @@ const Audio = Node.create({
},
},
renderHTML
({
HTMLAttributes
})
{
renderHTML
({
HTMLAttributes
})
{
console
.
log
(
HTMLAttributes
);
return
[
return
[
"
audio
"
,
"
audio
"
,
{
controls
:
true
,
src
:
HTMLAttributes
.
src
},
{
controls
:
true
,
src
:
HTMLAttributes
.
src
},
...
...
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