Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
80fe649e
Commit
80fe649e
authored
May 21, 2026
by
Яков
Browse files
update fix issue
parent
3fa66ac5
Changes
2
Show whitespace changes
Inline
Side-by-side
package.json
View file @
80fe649e
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.5
5
"
,
"version"
:
"1.1.5
6
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/extensions/Image.jsx
View file @
80fe649e
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment