Skip to content

Commit 010a0d1

Browse files
committed
fix: jsdom no longer fires duplicate Focus
1 parent 1a7870f commit 010a0d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-dom/src/events/__tests__/SelectEventPlugin-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ describe('SelectEventPlugin', () => {
4343
<input type="text" onMouseDown={function() {}} />,
4444
container,
4545
);
46-
node.focus();
4746

4847
// Trigger `mousedown` and `mouseup`. Note that
4948
// React is not currently listening to `mouseup`.

0 commit comments

Comments
 (0)