Skip to content

Commit

Permalink
Switch event to Change not Blur so can Update without needing to clic…
Browse files Browse the repository at this point in the history
…k out
  • Loading branch information
mkaz committed Aug 3, 2017
1 parent 3e6e04f commit 2b51b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/gallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ registerBlockType( 'core/gallery', {
<SelectControl
label={ __( 'Link to' ) }
selected={ linkto }
onBlur={ setLinkto }
onChange={ setLinkto }
options={ linkOptions }
/>
<RangeControl
Expand Down

0 comments on commit 2b51b87

Please sign in to comment.