Skip to content

Commit

Permalink
Super early prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed May 18, 2020
1 parent c327f19 commit cdc90d1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import {
} from '../block-mover/button';
import DescenderLines from './descender-lines';
import BlockNavigationBlockContents from './block-contents';
import BlockToolbar from '../block-toolbar';
import BlockSettingsMenu from '../block-settings-menu';

export default function BlockNavigationBlock( {
block,
Expand Down Expand Up @@ -80,6 +82,9 @@ export default function BlockNavigationBlock( {
level={ level }
{ ...props }
/>

<BlockSettingsMenu clientIds={ [ clientId ] } />
{ /*<BlockToolbar />*/ }
</div>
) }
</TreeGridCell>
Expand Down

0 comments on commit cdc90d1

Please sign in to comment.