Drawer in the chat is not fully expanded when reply message is closed and reopened (#19460)

This commit is contained in:
Ibrahem Khalil 2024-04-09 13:11:31 +02:00 committed by GitHub
parent c847cb5d03
commit c5a3eea048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@
(defn cancel-reply-message
[input-ref]
(js/setTimeout #(blur-input input-ref) 100)
(rf/dispatch [:chat.ui/set-input-content-height constants/input-height])
(rf/dispatch [:chat.ui/cancel-message-reply]))
(defn cancel-edit-message