Skip to content

Commit

Permalink
Remove unnecessary tooltip from Video block Text tracks button. (#66716)
Browse files Browse the repository at this point in the history
Co-authored-by: afercia <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
4 people authored Nov 5, 2024
1 parent 630ceb4 commit 5d6ea1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/video/tracks-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ export default function TracksEditor( { tracks = [], onChange } ) {
renderToggle={ ( { isOpen, onToggle } ) => (
<ToolbarGroup>
<ToolbarButton
label={ __( 'Text tracks' ) }
showTooltip
aria-expanded={ isOpen }
aria-haspopup="true"
onClick={ onToggle }
Expand Down

1 comment on commit 5d6ea1e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 5d6ea1e.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11678651449
📝 Reported issues:

Please sign in to comment.