Skip to content

Commit

Permalink
Comment out more caption related code
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 3, 2019
1 parent 4365ea7 commit 2053b47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/gutenberg/extensions/tiled-gallery/gallery-image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ class GalleryImageEdit extends Component {
this.props.onSelect();
}

if ( this.state.captionSelected ) {
this.setState( {
captionSelected: false,
} );
}
// if ( this.state.captionSelected ) {
// this.setState( {
// captionSelected: false,
// } );
// }
};

onImageKeyDown = event => {
Expand Down

0 comments on commit 2053b47

Please sign in to comment.