MCPcopy Create free account
hub / github.com/dailydotdev/apps / onFocusIn

Function onFocusIn

packages/shared/src/components/auth/EmailCodeVerification.tsx:104–108  ·  view source on GitHub ↗
(e: FocusEvent)

Source from the content-addressed store, hash-verified

102 };
103
104 const onFocusIn = (e: FocusEvent) => {
105 if (isCodeInput(e.target as Element)) {
106 arm();
107 }
108 };
109 const onViewportResize = () => {
110 if (isCodeInput(document.activeElement)) {
111 arm();

Callers

nothing calls this directly

Calls 2

isCodeInputFunction · 0.85
armFunction · 0.85

Tested by

no test coverage detected