Skip to content

Commit

Permalink
Fix accidental removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Oct 1, 2024
1 parent dc59804 commit bf5393d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default function ZoomOutToolbar( { clientId, __unstableContentRef } ) {
}
__unstableSetEditorMode( 'edit' );
resetZoomLevel();
__unstableContentRef.current?.focus();
} }
/>
) }
Expand Down

0 comments on commit bf5393d

Please sign in to comment.