We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963728d + 2d329f7 commit ba5e959Copy full SHA for ba5e959
src/block-components/image/image.js
@@ -166,7 +166,8 @@ const Image = memo( props => {
166
if ( props.enableClickToEdit ) {
167
if ( event.target?.classList?.contains( 'stk-img' ) ||
168
event.target?.classList?.contains( 'stk-img-placeholder' ) ||
169
- event.target?.classList?.contains( 'stk-img-resizer-wrapper' )
+ event.target?.classList?.contains( 'stk-img-resizer-wrapper' ) ||
170
+ event.target?.classList?.contains( 'stk-img-resizer' )
171
) {
172
obj.open()
173
}
0 commit comments