MCPcopy Create free account
hub / github.com/microsoft/SandDance / resetAfterCommit

Function resetAfterCommit

docs/external/js/react-dom.development.js:7589–7595  ·  view source on GitHub ↗
(containerInfo)

Source from the content-addressed store, hash-verified

7587 setEnabled(false);
7588 }
7589 function resetAfterCommit(containerInfo) {
7590 restoreSelection(selectionInformation);
7591 setEnabled(eventsEnabled);
7592 eventsEnabled = null;
7593
7594 selectionInformation = null;
7595 }
7596 function createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) {
7597 var parentNamespace;
7598

Callers 1

commitRootImplFunction · 0.85

Calls 2

restoreSelectionFunction · 0.85
setEnabledFunction · 0.85

Tested by

no test coverage detected