Commit 2d3d2a93 by Яков

fix video

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