fix selectable text input repeating

This commit is contained in:
ibrkhalil 2023-01-08 11:53:01 +02:00
parent d6ce375b8e
commit 5cd8f9aa45
No known key found for this signature in database
GPG Key ID: 80A775A73B86A203
1 changed files with 1 additions and 1 deletions

View File

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