Skip to content

Commit

Permalink
Zoomed out view: keep list view open when entering mode (#44781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Oct 10, 2022
1 parent 0a3bede commit 6c4ee99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ export default function Header( {
label={ __( 'Zoom-out View' ) }
onClick={ () => {
setPreviewDeviceType( 'desktop' );
setIsListViewOpened( false );
__unstableSetEditorMode(
isZoomedOutView
? 'edit'
Expand Down

0 comments on commit 6c4ee99

Please sign in to comment.