Skip to content

Commit

Permalink
Blocks: Remove unused focus prop from settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Oct 27, 2017
1 parent b03271c commit 69f515c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions editor/modes/visual-editor/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,7 @@ class VisualEditorBlock extends Component {
<BlockMover uids={ multiSelectedBlockUids } />
}
{ isFirstMultiSelected && ! this.props.isSelecting &&
<BlockSettingsMenu
uids={ multiSelectedBlockUids }
focus={ true }
/>
<BlockSettingsMenu uids={ multiSelectedBlockUids } />
}
<div
ref={ this.bindBlockNode }
Expand Down

0 comments on commit 69f515c

Please sign in to comment.