Skip to content

Commit

Permalink
fix: dismiss keyboard when opening a modal
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Apr 4, 2024
1 parent d0374d9 commit 13a6bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status_im/navigation/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
(assoc :view-id component)
(all-screens-params component screen-params))
:fx [[:dispatch [:hide-bottom-sheet]]
[:dispatch [:dismiss-keyboard]]
[:open-modal-fx component]]}))

(rf/defn dismiss-modal
Expand Down

0 comments on commit 13a6bd8

Please sign in to comment.