Skip to content

Commit 40fbff1

Browse files
committed
Remove todo
1 parent a5c3bac commit 40fbff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fire-event.js

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const select = fireEvent.select
2828
fireEvent.select = (node, init) => {
2929
select(node, init)
3030
// React tracks this event only on focused inputs
31-
// TODO probably need to fire focusin for JSDOM compat
3231
node.focus()
3332

3433
// React creates this event when one of the following native events happens

0 commit comments

Comments
 (0)