2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 23:25:15 +00:00

Don't reset search results on dialogs re-open.

This commit is contained in:
John Preston
2020-05-12 16:30:31 +04:00
parent c478d96385
commit 547c657b1a

View File

@@ -674,7 +674,6 @@ void Widget::animationCallback() {
updateControlsVisibility(true);
applyFilterUpdate();
if (!_filter->hasFocus()) {
if (App::wnd()) App::wnd()->setInnerFocus();
}