Skip to content

Commit ff2ee1c

Browse files
committed
chore: remove todo comment
1 parent f2822df commit ff2ee1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/event/behavior/keydown.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const keydownBehavior: {
5252
}
5353

5454
if (isElementType(target, 'input', {type: 'number'} as const)) {
55-
// TODO: find better name for inputType
5655
return () => input(instance, target, 'ArrowUp', 'changeNumberInput')
5756
}
5857
},

0 commit comments

Comments
 (0)