Skip to content

Commit

Permalink
ToolbarButton: Always keep focusable when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 3, 2024
1 parent 566b82a commit 9dffdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/toolbar/toolbar-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function ToolbarItem(

return (
<Ariakit.ToolbarItem
accessibleWhenDisabled
{ ...allProps }
store={ accessibleToolbarStore }
render={ render }
Expand Down

0 comments on commit 9dffdb2

Please sign in to comment.