diff --git a/Telegram/SourceFiles/iv/editor/iv_editor_widget.cpp b/Telegram/SourceFiles/iv/editor/iv_editor_widget.cpp index ff09f7308e..5b3edc7f10 100644 --- a/Telegram/SourceFiles/iv/editor/iv_editor_widget.cpp +++ b/Telegram/SourceFiles/iv/editor/iv_editor_widget.cpp @@ -2887,6 +2887,9 @@ bool Widget::commitAndActivateTextOrdinal( refreshAfterInlineFieldCommit(committed, std::move(source)); } endArticleRelayoutDeferral(); + if (_search && _search->shown()) { + _search->refresh(); + } if (restoreScroll) { restoreScroll(); }