From 02d95566b3f789a3bebd3f58339e3d25001156b0 Mon Sep 17 00:00:00 2001 From: scruffian Date: Mon, 8 May 2023 11:26:15 +0100 Subject: [PATCH] update comment --- packages/block-editor/src/components/list-view/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/list-view/index.js b/packages/block-editor/src/components/list-view/index.js index 406c35a1fb48d8..713ed646b7f70f 100644 --- a/packages/block-editor/src/components/list-view/index.js +++ b/packages/block-editor/src/components/list-view/index.js @@ -65,7 +65,7 @@ export const BLOCK_LIST_ITEM_HEIGHT = 36; * @param {?ComponentType} props.blockSettingsMenu Optional more menu substitution. Defaults to the standard `BlockSettingsDropdown` component. * @param {string} props.rootClientId The client id of the root block from which we determine the blocks to show in the list. * @param {string} props.description Optional accessible description for the tree grid component. - * @param {string} props.onSelect Optional callback to be invoked when a block is selected. + * @param {string} props.onSelect Optional callback to be invoked when a block is selected. Receives the block object that was selected. * @param {Ref} ref Forwarded ref */ function ListViewComponent(