Skip to content

Commit baa91c9

Browse files
committed
update comment.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent 292afe0 commit baa91c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

289-
/** 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 */
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 */
291290
useFocusEffect(
292291
useCallback(() => {
293292
if (!shouldDelayFocus || !inputProps.autoFocus) {

0 commit comments

Comments
 (0)