Skip to content

Commit

Permalink
Remove custom Home/End logic unexpected for user
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 9, 2024
1 parent c5eadde commit 768c71c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions view/field/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@ function useSpinButton(input: HTMLInputElement): void {
e.preventDefault()
changeNotice('decrease')
break
case 'Home':
e.preventDefault()
changeNotice('setMinimum')
break
case 'End':
e.preventDefault()
changeNotice('setMaximum')
break
}
}

Expand Down

0 comments on commit 768c71c

Please sign in to comment.