From b28bb112fe64367fe5afaeeb7d6fe5bd9c7e7b04 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Wed, 21 Jan 2026 21:29:48 +0300 Subject: [PATCH] Fixed display of compose search when edit media caption. --- Telegram/SourceFiles/history/history_widget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 8ff2088c7d..588dcf02a7 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -8821,7 +8821,8 @@ void HistoryWidget::editMessage( Window::PeerMenuEditTodoList(controller(), item); return; } - } else if (_composeSearch) { + } + if (_composeSearch) { _composeSearch->hideAnimated(); }