Skip to content

Commit

Permalink
Merge pull request #46855 from bernhardoj/fix/46206-composer-doesnt-f…
Browse files Browse the repository at this point in the history
…ocus

Fix composer not focused when pressing key after coming from WS share code page
  • Loading branch information
techievivek committed Aug 7, 2024
2 parents de89479 + 4f37bc7 commit bbb09d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ const modalScreenListeners = {
focus: () => {
Modal.setModalVisibility(true);
},
blur: () => {
Modal.setModalVisibility(false);
},
beforeRemove: () => {
// Clear search input (WorkspaceInvitePage) when modal is closed
SearchInputManager.searchInput = '';
Expand Down

0 comments on commit bbb09d8

Please sign in to comment.