Skip to content

Commit

Permalink
fix ensure post meta panel stays visible in all rendering modes
Browse files Browse the repository at this point in the history
this ensures the changes in #66508 what were undone in #68902 are actually applied
  • Loading branch information
fabiankaegy authored Feb 6, 2025
1 parent 51ed4f3 commit fee4314
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-post/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ function Layout( {
isDistractionFree: get( 'core', 'distractionFree' ),
showMetaBoxes:
! DESIGN_POST_TYPES.includes( currentPostType ) &&
getRenderingMode() === 'post-only' &&
! isZoomOut,
isWelcomeGuideVisible: isFeatureActive( 'welcomeGuide' ),
templateId:
Expand Down

0 comments on commit fee4314

Please sign in to comment.