fix selectable text input repeating
This commit is contained in:
parent
d6ce375b8e
commit
5cd8f9aa45
|
@ -221,7 +221,7 @@
|
|||
(declare first-level-menu-items second-level-menu-items)
|
||||
|
||||
(defn update-input-text
|
||||
[{:keys [chat-id]} text]
|
||||
[{:keys [text-input chat-id]} text]
|
||||
(on-text-change text chat-id))
|
||||
|
||||
(re-frame/reg-fx
|
||||
|
|
Loading…
Reference in New Issue