We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e545af8 commit 6a6b952Copy full SHA for 6a6b952
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
@@ -357,7 +357,7 @@ export function afterActiveInstanceBlur(): void {
357
}
358
359
export function resetAfterCommit(containerInfo: Container): void {
360
- restoreSelection(selectionInformation);
+ restoreSelection(selectionInformation, containerInfo);
361
ReactBrowserEventEmitterSetEnabled(eventsEnabled);
362
eventsEnabled = null;
363
selectionInformation = null;
0 commit comments