Skip to content

Commit

Permalink
Heading: Remove unused 'aria-label'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Sep 6, 2023
1 parent f40a3f8 commit 7fe6162
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 7fe6162

Please sign in to comment.