Commit 80fe649e authored by Яков's avatar Яков
Browse files

update fix issue

parent 3fa66ac5
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.55", "version": "1.1.56",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -525,7 +525,7 @@ const ResizableImageTemplate = ({ node, updateAttributes, editor, getPos, select ...@@ -525,7 +525,7 @@ const ResizableImageTemplate = ({ node, updateAttributes, editor, getPos, select
}} }}
>×</Button> >×</Button>
)} )}
{(selected || isResizing) && !isMobile && ( {(selected || isResizing) && (
<Fragment> <Fragment>
{['nw', 'ne', 'sw', 'se'].map(dir => ( {['nw', 'ne', 'sw', 'se'].map(dir => (
<div <div
......
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