From 68ed6c7b31bdf308cc1987d5822800ef5c3bbb5d Mon Sep 17 00:00:00 2001 From: Andrew Serong <14988353+andrewserong@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:12:26 +1100 Subject: [PATCH] Update packages/block-editor/src/components/list-view/utils.js Co-authored-by: Robert Anderson --- packages/block-editor/src/components/list-view/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/block-editor/src/components/list-view/utils.js b/packages/block-editor/src/components/list-view/utils.js index 3e596ca5015465..c91376b0472116 100644 --- a/packages/block-editor/src/components/list-view/utils.js +++ b/packages/block-editor/src/components/list-view/utils.js @@ -63,8 +63,8 @@ export function getCommonDepthClientIds( * * @typedef {import('@wordpress/element').RefObject} RefObject * - * @param {string} focusClientId The client ID of the block to focus. - * @param {HTMLElement} treeGridElement The container element to search within. + * @param {string} focusClientId The client ID of the block to focus. + * @param {?HTMLElement} treeGridElement The container element to search within. */ export function focusListItem( focusClientId, treeGridElement ) { const getFocusElement = () => {