Skip to content

Commit

Permalink
Replace a few more remaining instances
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jul 4, 2024
1 parent b864ca9 commit 406ef77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/block/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function ReusableBlockEdit( {
<ToolbarButton
onClick={ resetContent }
disabled={ ! content }
__experimentalIsFocusable
accessibleWhenDisabled
>
{ __( 'Reset' ) }
</ToolbarButton>
Expand Down
2 changes: 1 addition & 1 deletion packages/dataviews/src/bulk-actions-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function ActionTrigger< Item >( {
size="compact"
onClick={ onClick }
isBusy={ isBusy }
__experimentalIsFocusable
accessibleWhenDisabled
tooltipPosition="top"
/>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function ResetOverridesControl( props ) {
<ToolbarButton
onClick={ onClick }
disabled={ ! isOverriden }
__experimentalIsFocusable
accessibleWhenDisabled
>
{ __( 'Reset' ) }
</ToolbarButton>
Expand Down

0 comments on commit 406ef77

Please sign in to comment.