Skip to content

Commit

Permalink
Fix missing isZoomOut in 6.7 (#66420)
Browse files Browse the repository at this point in the history
Co-authored-by: getdave <get_dave@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 1e39ceb commit 61dbdc4
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 61dbdc4

Please sign in to comment.