Commit 2d3d2a93 by Яков

fix video

parent f754ac73
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.27", "version": "1.1.28",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -210,7 +210,7 @@ const ResizableVideoView = ({ editor, node, updateAttributes, getPos, selected } ...@@ -210,7 +210,7 @@ const ResizableVideoView = ({ 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