Commit 77361a4 1 parent a3b06c8 commit 77361a4 Copy full SHA for 77361a4
File tree 1 file changed +3
-3
lines changed
packages/block-library/src/image
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export class ImageEdit extends React.Component {
89
89
this . onImagePressed = this . onImagePressed . bind ( this ) ;
90
90
this . onClearSettings = this . onClearSettings . bind ( this ) ;
91
91
this . onFocusCaption = this . onFocusCaption . bind ( this ) ;
92
- this . updateAlignment = this . updateAlignment . bind ( this )
92
+ this . updateAlignment = this . updateAlignment . bind ( this ) ;
93
93
}
94
94
95
95
componentDidMount ( ) {
@@ -185,7 +185,7 @@ export class ImageEdit extends React.Component {
185
185
}
186
186
187
187
updateAlignment ( nextAlign ) {
188
- this . props . setAttributes ( { align : nextAlign } )
188
+ this . props . setAttributes ( { align : nextAlign } ) ;
189
189
}
190
190
191
191
onSetLinkDestination ( href ) {
@@ -365,7 +365,7 @@ export class ImageEdit extends React.Component {
365
365
) ;
366
366
367
367
return (
368
- < View style = { { flex : 1 , alignSelf : alignToFlex [ align ] } } >
368
+ < View style = { { flex : 1 , alignSelf : alignToFlex [ align ] } } >
369
369
{ ! imageWidthWithinContainer &&
370
370
< View style = { [ styles . imageContainer , { height : imageContainerHeight } ] } >
371
371
{ this . getIcon ( false ) }
You can’t perform that action at this time.
0 commit comments