Skip to content

Commit

Permalink
Use inlineToolbar option for cites
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 1, 2018
1 parent 7f666e3 commit 3478730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core-blocks/pullquote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const settings = {
}
isSelected={ isSelected && editable === 'cite' }
onFocus={ onSetActiveEditable( 'cite' ) }
inlineToolbar
/>
) }
</blockquote>
Expand Down
1 change: 1 addition & 0 deletions core-blocks/quote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const settings = {
placeholder={ __( 'Write citation…' ) }
isSelected={ isSelected && editable === 'cite' }
onFocus={ onSetActiveEditable( 'cite' ) }
inlineToolbar
/>
) }
</blockquote>
Expand Down

0 comments on commit 3478730

Please sign in to comment.