Skip to content

Commit

Permalink
Merge pull request #29326 from hungvu193/fix-29114
Browse files Browse the repository at this point in the history
fix crash on manual request
  • Loading branch information
AndrewGable authored Oct 11, 2023
2 parents 7ca5626 + 5663024 commit c313a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionsSelector/BaseOptionsSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class BaseOptionsSelector extends Component {
this.subscribeToKeyboardShortcut();

if (this.props.isFocused && this.props.autoFocus && this.textInput) {
setTimeout(() => {
this.focusTimeout = setTimeout(() => {
this.textInput.focus();
}, CONST.ANIMATED_TRANSITION);
}
Expand Down

0 comments on commit c313a62

Please sign in to comment.