Skip to content

Commit

Permalink
Revert "Fix focus loss when deleting selected block in zoom out mode (W…
Browse files Browse the repository at this point in the history
…ordPress#65761)"

This reverts commit 467623a.
  • Loading branch information
huubl authored Oct 2, 2024
1 parent 2fe6da8 commit f10c96e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export default function ZoomOutToolbar( { clientId, __unstableContentRef } ) {
label={ __( 'Delete' ) }
onClick={ () => {
removeBlock( clientId );
__unstableContentRef.current?.focus();
} }
/>
) }
Expand Down

0 comments on commit f10c96e

Please sign in to comment.