File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import './style.scss';
2828import { useModalize } from './use-modalize' ;
2929import { useModalDialogState } from '../editor/use-modal-dialog-state' ;
3030import { getGBKit } from '../../utils/bridge' ;
31- import NativeBlockInserterButton from '../native-block- inserter-button ' ;
31+ import NativeInserter from '../native-inserter' ;
3232import { useScrollIndicators } from './use-scroll-indicators' ;
3333
3434/**
@@ -98,7 +98,7 @@ const EditorToolbar = ( { className } ) => {
9898 ) ;
9999
100100 const addBlockButton = enableNativeBlockInserter ? (
101- < NativeBlockInserterButton
101+ < NativeInserter
102102 open = { isInserterOpened }
103103 onToggle = { setIsInserterOpened }
104104 />
File renamed without changes.
You can’t perform that action at this time.
0 commit comments