mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 23:15:59 +00:00
Revert "Toggle search focus by escape."
This reverts commit 72d5a9b3e0
.
This commit is contained in:
@@ -1795,8 +1795,6 @@ void Widget::escape() {
|
||||
const auto first = list.empty() ? FilterId() : list.front().id();
|
||||
if (controller()->activeChatsFilterCurrent() != first) {
|
||||
controller()->setActiveChatsFilter(first);
|
||||
} else {
|
||||
_search->setFocus();
|
||||
}
|
||||
}
|
||||
} else if (!_searchInChat
|
||||
|
Reference in New Issue
Block a user