From df4f39a2f88811b8f4ac11089879b940656ccefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ella=20van=C2=A0Durpe?= Date: Thu, 29 Apr 2021 12:11:14 +0300 Subject: [PATCH] Clean up --- .../src/components/block-tools/back-compat.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/block-editor/src/components/block-tools/back-compat.js b/packages/block-editor/src/components/block-tools/back-compat.js index de2da26b08a89f..f3a08a818d573a 100644 --- a/packages/block-editor/src/components/block-tools/back-compat.js +++ b/packages/block-editor/src/components/block-tools/back-compat.js @@ -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 );