Skip to content

Commit

Permalink
enable dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
nedredmond committed Oct 10, 2023
1 parent aee7973 commit 55aebe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/perseus/src/components/math-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ class MathInput extends React.Component<Props, State> {
<Popover
opened={this.state.keypadOpen}
onClose={() => this.closeKeypad()}
dismissEnabled
content={() => (
<PopoverContentCore
closeButtonVisible
Expand Down

0 comments on commit 55aebe4

Please sign in to comment.