MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / runEventInBatch

Function runEventInBatch

code/styling/public/app.js:4721–4723  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

4719}
4720
4721function runEventInBatch(event) {
4722 runEventsInBatch(event, false);
4723}
4724
4725function getInstIfValueChanged(targetInst) {
4726 var targetNode = getNodeFromInstance$1(targetInst);

Callers

nothing calls this directly

Calls 1

runEventsInBatchFunction · 0.70

Tested by

no test coverage detected