Skip to content

Commit 9647c65

Browse files
committed
Move toolbar button after core format
1 parent a08d9df commit 9647c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ registerFormatType( type, {
105105

106106
return (
107107
<Fragment>
108-
<BlockControls group="inline">
108+
<BlockControls group="other">
109109
<ToolbarGroup>
110110
<ToolbarButton
111111
className={ `toolbar-button-with-text toolbar-button__advanced-${ name }` }

0 commit comments

Comments
 (0)