fix: dismiss keyboard when opening a modal (#19403)

This commit is contained in:
Sean Hagstrom 2024-04-04 15:01:54 +01:00 committed by GitHub
parent d0374d9fd2
commit 3dfd9df935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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