mirror of
https://github.com/status-im/status-react.git
synced 2025-02-04 07:06:18 +00:00
command animation
Former-commit-id: 8c1d2eec1afe421b5419d87598a01f9b832fc86a
This commit is contained in:
parent
3931c0a1c7
commit
ed35391d7f
@ -253,9 +253,11 @@
|
||||
(commands/unstage-command db staged-command)))
|
||||
|
||||
(register-handler :set-chat-command
|
||||
(after #(dispatch [:animate-show-response]))
|
||||
(fn [db [_ command-key]]
|
||||
;; todo what is going on there?!
|
||||
(commands/set-chat-command db command-key)))
|
||||
(-> db
|
||||
(commands/set-chat-command command-key)
|
||||
(assoc-in [:animations :command?] true))))
|
||||
|
||||
(register-handler :init-console-chat
|
||||
(fn [db [_]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user