Skip to content

Commit 292afe0

Browse files
committed
add issue reference.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent f9b9ac2 commit 292afe0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/TextInput/BaseTextInput/implementation/index.native.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ function BaseTextInput(
287287
const shouldApplyHeight = !shouldUseFullInputHeight && !isMultiline && !isMarkdownEnabled;
288288

289289
/** Focuses the text input when the component mounts, with a delay to allow navigation/modal animations to complete. */
290+
/** Related issue: https://github.com/Expensify/App/issues/64968 */
290291
useFocusEffect(
291292
useCallback(() => {
292293
if (!shouldDelayFocus || !inputProps.autoFocus) {

0 commit comments

Comments
 (0)