Skip to content

Commit

Permalink
Ensure selector is available before calling it
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Oct 24, 2024
1 parent 2254850 commit 28b1b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/inner-blocks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export function useInnerBlocksProps( props = {}, options = {} ) {
getBlockSettings,
isDragging,
getSectionRootClientId,
isZoomOutMode: isZoomOut,
} = unlock( select( blockEditorStore ) );

if ( ! clientId ) {
Expand Down

0 comments on commit 28b1b6d

Please sign in to comment.