Commit 66978172 by Яков

update

parent 1e19b5e9
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.18", "version": "1.1.19",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -34,6 +34,7 @@ const Iframe = Node.create({ ...@@ -34,6 +34,7 @@ const Iframe = Node.create({
renderHTML ({HTMLAttributes}) { renderHTML ({HTMLAttributes}) {
HTMLAttributes.allowfullscreen = 1; HTMLAttributes.allowfullscreen = 1;
HTMLAttributes.allow="fullscreen"
return ['iframe', mergeAttributes(HTMLAttributes)] return ['iframe', mergeAttributes(HTMLAttributes)]
}, },
......
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