Skip to content

Commit 0e63056

Browse files
committed
minor fix.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent baa91c9 commit 0e63056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function BaseTextInput(
286286
// Height fix is needed only for Text single line inputs
287287
const shouldApplyHeight = !shouldUseFullInputHeight && !isMultiline && !isMarkdownEnabled;
288288

289-
/** We added a delay to focus on text input to allow navigation/modal animations to get completed, see issue https://github.com/Expensify/App/issues/64968 for more details */
289+
/** We added a delay to focus on text input to allow navigation/modal animations to get completed, see issue https://github.com/Expensify/App/issues/65855 for more details */
290290
useFocusEffect(
291291
useCallback(() => {
292292
if (!shouldDelayFocus || !inputProps.autoFocus) {

0 commit comments

Comments
 (0)