Skip to content

Commit

Permalink
remove unnecessary isActive
Browse files Browse the repository at this point in the history
other text toolbar buttons do not do this.
  • Loading branch information
richtabor committed Oct 17, 2024
1 parent e681dae commit c928926
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export default function ChangeDesign( { clientId } ) {
return (
<ToolbarGroup>
<ToolbarButton
isActive={ isOpen }
onClick={ () => onToggle( ! isOpen ) }
aria-expanded={ isOpen }
>
Expand Down

0 comments on commit c928926

Please sign in to comment.