Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Nov 29, 2023
1 parent a0b2197 commit 0119575
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ class ContactMethodDetailsPage extends Component {
onCancel={() => this.toggleDeleteModal(false)}
onModalHide={() => {
InteractionManager.runAfterInteractions(() => {
if (!this.validateCodeFormRef.current) {
return;
}
this.validateCodeFormRef.current.focusLastSelected();
});
}}
Expand Down

0 comments on commit 0119575

Please sign in to comment.