Skip to content

Commit

Permalink
Heading: Remove unused 'aria-label' (#54223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Sep 6, 2023
1 parent 6273e6a commit 4258921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/heading/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function HeadingEdit( {
} }
onReplace={ onReplace }
onRemove={ () => onReplace( [] ) }
aria-label={ __( 'Heading text' ) }
placeholder={ placeholder || __( 'Heading' ) }
textAlign={ textAlign }
{ ...( Platform.isNative && { deleteEnter: true } ) } // setup RichText on native mobile to delete the "Enter" key as it's handled by the JS/RN side
Expand Down

0 comments on commit 4258921

Please sign in to comment.