mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
Fix search input not in the end of the query.
This commit is contained in:
@@ -3005,7 +3005,9 @@ bool Widget::applySearchState(SearchState state) {
|
||||
controller()->closeFolder();
|
||||
}
|
||||
|
||||
setSearchQuery(_searchState.query);
|
||||
if (_searchState.query != currentSearchQuery()) {
|
||||
setSearchQuery(_searchState.query);
|
||||
}
|
||||
_inner->applySearchState(_searchState);
|
||||
|
||||
if (!_postponeProcessSearchFocusChange) {
|
||||
|
Reference in New Issue
Block a user