MCPcopy Create free account
hub / github.com/CommE2E/comm / waitForModalInputFocus

Function waitForModalInputFocus

native/utils/timers.js:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26// We avoid both of these issues by waiting slightly before calling focus. Full
27// context in D409.
28function waitForModalInputFocus(): Promise<number> {
29 return waitForAnimationFrameFlush();
30}
31
32export {
33 waitForInteractions,

Callers 2

Calls 1

Tested by

no test coverage detected