Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Apr 29, 2021
1 parent 9dc1992 commit df4f39a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ import deprecated from '@wordpress/deprecated';
import InsertionPoint, { InsertionPointOpenRef } from './insertion-point';
import BlockPopover from './block-popover';

/**
* Renders block tools (the block toolbar, select/navigation mode toolbar, the
* insertion point and a slot for the inline rich text toolbar). Must be wrapped
* around the block content and editor styles wrapper or iframe.
*
* @param {Object} $0 Props.
* @param {Object} $0.children The block content and style container.
*/
export default function BlockToolsBackCompat( { children } ) {
const openRef = useContext( InsertionPointOpenRef );

Expand Down

0 comments on commit df4f39a

Please sign in to comment.