Skip to content

Commit

Permalink
Update packages/block-editor/src/components/list-view/utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Anderson <robert@noisysocks.com>
  • Loading branch information
andrewserong and noisysocks committed Jan 23, 2024
1 parent eb2825f commit 68ed6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/list-view/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 68ed6c7

Please sign in to comment.