Keep editor search results on node switch

This commit is contained in:
John Preston
2026-07-07 16:52:17 +04:00
parent 132faa0b90
commit bef49f792b
@@ -2887,6 +2887,9 @@ bool Widget::commitAndActivateTextOrdinal(
refreshAfterInlineFieldCommit(committed, std::move(source));
}
endArticleRelayoutDeferral();
if (_search && _search->shown()) {
_search->refresh();
}
if (restoreScroll) {
restoreScroll();
}