resetActivePointers() — react Function Reference
Architecture documentation for the resetActivePointers() function in domEventSequences.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 45263bfc_70c4_4d55_4ea5_e1665a6b260e["resetActivePointers()"] d4066e75_dcea_2912_73ff_88e30b9530d2["domEventSequences.js"] 45263bfc_70c4_4d55_4ea5_e1665a6b260e -->|defined in| d4066e75_dcea_2912_73ff_88e30b9530d2 52047a37_67cf_8031_ea15_b0eeef715742["clear()"] 45263bfc_70c4_4d55_4ea5_e1665a6b260e -->|calls| 52047a37_67cf_8031_ea15_b0eeef715742 style 45263bfc_70c4_4d55_4ea5_e1665a6b260e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/dom-event-testing-library/domEventSequences.js lines 359–361
export function resetActivePointers() {
touchStore.clear();
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does resetActivePointers() do?
resetActivePointers() is a function in the react codebase, defined in packages/dom-event-testing-library/domEventSequences.js.
Where is resetActivePointers() defined?
resetActivePointers() is defined in packages/dom-event-testing-library/domEventSequences.js at line 359.
What does resetActivePointers() call?
resetActivePointers() calls 1 function(s): clear.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free