Skip to content

Commit

Permalink
chore: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 6, 2025
1 parent f2822df commit ff2ee1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/event/behavior/keydown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const keydownBehavior: {
}

if (isElementType(target, 'input', {type: 'number'} as const)) {
// TODO: find better name for inputType
return () => input(instance, target, 'ArrowUp', 'changeNumberInput')
}
},
Expand Down

0 comments on commit ff2ee1c

Please sign in to comment.