Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove todo
  • Loading branch information
eps1lon committed Aug 4, 2020
commit 40fbff1b6d55231f67d3696224378c53aaf342fd
1 change: 0 additions & 1 deletion src/fire-event.js
Original file line number Diff line number Diff line change
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