Skip to content

Commit

Permalink
fix watch address input field
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Feb 29, 2024
1 parent d637f69 commit 943c248
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
on-change-text (fn [new-text]
(reset! validation-msg (validate new-text))
(reset! input-value new-text)
(reagent/flush)
(if (and (not-empty new-text) (nil? (validate new-text)))
(rf/dispatch [:wallet/get-address-details new-text])
(rf/dispatch [:wallet/clear-address-activity-check]))
Expand Down

0 comments on commit 943c248

Please sign in to comment.