Skip to content

Commit

Permalink
Merge branch 'add/preview-menu-slot' of https://github.com/delawski/g…
Browse files Browse the repository at this point in the history
…utenberg into add/preview-menu-slot
  • Loading branch information
arcangelini committed Oct 25, 2021
2 parents 0301e1d + f949647 commit 2236783
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/edit-post/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@ function Layout( { styles } ) {
{ isRichEditingEnabled && mode === 'visual' && (
<VisualEditorOrPluginPreview styles={ styles } />
) }
{ ! isTemplateMode && (
<div className="edit-post-layout__metaboxes">
<MetaBoxes location="normal" />
<MetaBoxes location="advanced" />
</div>
) }
{ isMobileViewport && sidebarIsOpened && (
<ScrollLock />
) }
Expand Down

0 comments on commit 2236783

Please sign in to comment.