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

Function dispatchInteractiveEvent

code/styling/public/app.js:5917–5919  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

5915}
5916
5917function dispatchInteractiveEvent(topLevelType, nativeEvent) {
5918 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
5919}
5920
5921function dispatchEvent(topLevelType, nativeEvent) {
5922 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected