From 3478730d137f0c536417bc4ab2e0cd8c6e4eaca4 Mon Sep 17 00:00:00 2001 From: iseulde Date: Tue, 1 May 2018 14:34:18 +0200 Subject: [PATCH] Use inlineToolbar option for cites --- core-blocks/pullquote/index.js | 1 + core-blocks/quote/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/core-blocks/pullquote/index.js b/core-blocks/pullquote/index.js index 47d84e99fd089..64fa1f2dc2baf 100644 --- a/core-blocks/pullquote/index.js +++ b/core-blocks/pullquote/index.js @@ -86,6 +86,7 @@ export const settings = { } isSelected={ isSelected && editable === 'cite' } onFocus={ onSetActiveEditable( 'cite' ) } + inlineToolbar /> ) } diff --git a/core-blocks/quote/index.js b/core-blocks/quote/index.js index 2e0f57984079d..ca804a007b8aa 100644 --- a/core-blocks/quote/index.js +++ b/core-blocks/quote/index.js @@ -124,6 +124,7 @@ export const settings = { placeholder={ __( 'Write citation…' ) } isSelected={ isSelected && editable === 'cite' } onFocus={ onSetActiveEditable( 'cite' ) } + inlineToolbar /> ) }