mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix search in chat close by "Cancel" link.
This commit is contained in:
parent
3ba1941808
commit
bb43afdd93
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ Widget::Widget(
|
|||
}, lifetime());
|
||||
_inner->cancelSearchRequests(
|
||||
) | rpl::start_with_next([=] {
|
||||
setInnerFocus(true);
|
||||
applySearchState({});
|
||||
}, lifetime());
|
||||
_inner->chosenRow(
|
||||
|
|
Loading…
Add table
Reference in a new issue