Skip to content

Commit

Permalink
I don't think we need this check anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicScrewdriver committed Jan 15, 2025
1 parent dee07ce commit feec68e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/perseus/src/components/simple-keypad-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export default class SimpleKeypadInput extends React.Component<any> {
}

blur() {
if (typeof this.inputRef.current?.blur === "function") {
this.inputRef.current?.blur();
}
this.inputRef.current?.blur();
}

getValue(): string | number {
Expand Down

0 comments on commit feec68e

Please sign in to comment.