mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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());
|
}, lifetime());
|
||||||
_inner->cancelSearchRequests(
|
_inner->cancelSearchRequests(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
|
setInnerFocus(true);
|
||||||
applySearchState({});
|
applySearchState({});
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
_inner->chosenRow(
|
_inner->chosenRow(
|
||||||
|
|
Loading…
Add table
Reference in a new issue