From c5a3eea04862930cc179377c0a4bad7e0807aab2 Mon Sep 17 00:00:00 2001 From: Ibrahem Khalil Date: Tue, 9 Apr 2024 13:11:31 +0200 Subject: [PATCH] Drawer in the chat is not fully expanded when reply message is closed and reopened (#19460) --- src/status_im/contexts/chat/messenger/composer/utils.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_im/contexts/chat/messenger/composer/utils.cljs b/src/status_im/contexts/chat/messenger/composer/utils.cljs index fb3feef68d..ac5d11dbe0 100644 --- a/src/status_im/contexts/chat/messenger/composer/utils.cljs +++ b/src/status_im/contexts/chat/messenger/composer/utils.cljs @@ -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