File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/components/editor-toolbar Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import { useModalize } from './use-modalize';
2929import { useModalDialogState } from '../editor/use-modal-dialog-state' ;
3030import { showBlockInserter , getGBKit } from '../../utils/bridge' ;
3131
32-
3332/**
3433 * Renders the editor toolbar containing block-related actions.
3534 *
@@ -102,7 +101,7 @@ const EditorToolbar = ( { className } ) => {
102101 open = { isInserterOpened }
103102 onToggle = { setIsInserterOpened }
104103 />
105- ) ;
104+ ) ;
106105
107106 return (
108107 < >
@@ -111,9 +110,7 @@ const EditorToolbar = ( { className } ) => {
111110 label = "Editor toolbar"
112111 variant = "unstyled"
113112 >
114- < ToolbarGroup >
115- { addBlockButton }
116- </ ToolbarGroup >
113+ < ToolbarGroup > { addBlockButton } </ ToolbarGroup >
117114
118115 { isSelected && (
119116 < ToolbarGroup >
You can’t perform that action at this time.
0 commit comments