Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 4, 2020
1 parent a5c3bac commit 40fbff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fire-event.js
Expand Up @@ -28,7 +28,6 @@ const select = fireEvent.select
fireEvent.select = (node, init) => {
select(node, init)
// React tracks this event only on focused inputs
// TODO probably need to fire focusin for JSDOM compat
node.focus()

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

0 comments on commit 40fbff1

Please sign in to comment.