Commit 843a1b15 by Яков

update iframe

parent 4012a06e
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.31", "version": "1.1.32",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -212,7 +212,7 @@ const ResizableIframeView = ({ editor, node, updateAttributes, getPos, selected ...@@ -212,7 +212,7 @@ const ResizableIframeView = ({ editor, node, updateAttributes, getPos, selected
style={{ style={{
width: '100%', width: '100%',
height: '100%', height: '100%',
pointerEvents: editor.isEditable ? 'none' : 'auto', pointerEvents: 'auto',
}} }}
/> />
......
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