Skip to content

Commit

Permalink
Prevent text input focus when selecting Shortcode block
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed May 19, 2022
1 parent 81af835 commit 76e58ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/shortcode/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function ShortcodeEdit( props ) {
style={ shortcodeStyle }
onChange={ onChange }
placeholder={ __( 'Add a shortcode…' ) }
isSelected={ props.isSelected }
onFocus={ onFocus }
onBlur={ onBlur }
placeholderTextColor={ placeholderStyle.color }
Expand Down

0 comments on commit 76e58ed

Please sign in to comment.