diff --git a/packages/block-library/src/navigation/edit.js b/packages/block-library/src/navigation/edit.js index f5d7a1c44f656..b10009ac4f0f9 100644 --- a/packages/block-library/src/navigation/edit.js +++ b/packages/block-library/src/navigation/edit.js @@ -158,7 +158,11 @@ function Navigation( { isSelected ? InnerBlocks.DefaultAppender : false, - __experimentalCaptureToolbars: true, + // Ensure block toolbar is not too far removed from item + // being edited when in vertical mode. + // see: https://github.com/WordPress/gutenberg/pull/34615. + __experimentalCaptureToolbars: + attributes.orientation !== 'vertical', // Template lock set to false here so that the Nav // Block on the experimental menus screen does not // inherit templateLock={ 'all' }.