parent
3931c0a1c7
commit
ed35391d7f
|
@ -253,9 +253,11 @@
|
||||||
(commands/unstage-command db staged-command)))
|
(commands/unstage-command db staged-command)))
|
||||||
|
|
||||||
(register-handler :set-chat-command
|
(register-handler :set-chat-command
|
||||||
|
(after #(dispatch [:animate-show-response]))
|
||||||
(fn [db [_ command-key]]
|
(fn [db [_ command-key]]
|
||||||
;; todo what is going on there?!
|
(-> db
|
||||||
(commands/set-chat-command db command-key)))
|
(commands/set-chat-command command-key)
|
||||||
|
(assoc-in [:animations :command?] true))))
|
||||||
|
|
||||||
(register-handler :init-console-chat
|
(register-handler :init-console-chat
|
||||||
(fn [db [_]]
|
(fn [db [_]]
|
||||||
|
|
Loading…
Reference in New Issue