Skip to content

Commit

Permalink
test: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jun 25, 2024
1 parent d69552d commit 9c2df1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/number-keyboard/number-keyboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ export const NumberKeyboard: FC<NumberKeyboardProps> = p => {
key={key}
className={className}
onTouchStart={() => {
stopContinueClear()

if (key === 'BACKSPACE') {
startContinueClear()
}
Expand Down

0 comments on commit 9c2df1e

Please sign in to comment.