MCPcopy Create free account
hub / github.com/reactjs/react-rails / resetAfterCommit

Function resetAfterCommit

lib/assets/react-source/development/react.js:11161–11167  ·  view source on GitHub ↗
(containerInfo)

Source from the content-addressed store, hash-verified

11159 setEnabled(false);
11160 }
11161 function resetAfterCommit(containerInfo) {
11162 restoreSelection(selectionInformation);
11163 setEnabled(eventsEnabled);
11164 eventsEnabled = null;
11165
11166 selectionInformation = null;
11167 }
11168 function createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) {
11169 var parentNamespace;
11170

Callers 1

commitRootImplFunction · 0.85

Calls 2

restoreSelectionFunction · 0.85
setEnabledFunction · 0.85

Tested by

no test coverage detected