Drawer in the chat is not fully expanded when reply message is closed and reopened (#19460)
This commit is contained in:
parent
c847cb5d03
commit
c5a3eea048
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue