From fee4314de75cf213223406a5f0ce1ecc5f427c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=A4gy?= Date: Thu, 6 Feb 2025 22:06:52 +0100 Subject: [PATCH] fix ensure post meta panel stays visible in all rendering modes this ensures the changes in https://github.com/WordPress/gutenberg/pull/66508 what were undone in https://github.com/WordPress/gutenberg/pull/68902 are actually applied --- packages/edit-post/src/components/layout/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/edit-post/src/components/layout/index.js b/packages/edit-post/src/components/layout/index.js index 4df7e54a55db17..b2e445b0e113ff 100644 --- a/packages/edit-post/src/components/layout/index.js +++ b/packages/edit-post/src/components/layout/index.js @@ -453,7 +453,6 @@ function Layout( { isDistractionFree: get( 'core', 'distractionFree' ), showMetaBoxes: ! DESIGN_POST_TYPES.includes( currentPostType ) && - getRenderingMode() === 'post-only' && ! isZoomOut, isWelcomeGuideVisible: isFeatureActive( 'welcomeGuide' ), templateId: