diff --git a/packages/block-editor/src/components/inner-blocks/index.js b/packages/block-editor/src/components/inner-blocks/index.js index 1e057ccc048d1d..137a19032676c9 100644 --- a/packages/block-editor/src/components/inner-blocks/index.js +++ b/packages/block-editor/src/components/inner-blocks/index.js @@ -204,6 +204,7 @@ export function useInnerBlocksProps( props = {}, options = {} ) { getBlockSettings, isDragging, getSectionRootClientId, + isZoomOutMode: isZoomOut, } = unlock( select( blockEditorStore ) ); if ( ! clientId ) {