mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-07 04:05:17 +00:00
Keep editor search results on node switch
This commit is contained in:
@@ -2887,6 +2887,9 @@ bool Widget::commitAndActivateTextOrdinal(
|
||||
refreshAfterInlineFieldCommit(committed, std::move(source));
|
||||
}
|
||||
endArticleRelayoutDeferral();
|
||||
if (_search && _search->shown()) {
|
||||
_search->refresh();
|
||||
}
|
||||
if (restoreScroll) {
|
||||
restoreScroll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user