Commit 7a6b43c3 by yakoff94

фикс аудио обновление версии до 1.0.27

parent 33ee9b69
...@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment