Skip to content

Commit

Permalink
feat: splitButton accessibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Feb 27, 2024
1 parent 5754e19 commit 2074eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/button/src/split-button/split-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class SplitButton extends Component {
}

onToggle = () => {
// Ensure that the state is correctly toggled
this.setState((prevState) => ({ open: !prevState.open }))
}

Expand Down

0 comments on commit 2074eb7

Please sign in to comment.