mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Un-focus chats search on empty history click.
This commit is contained in:
@@ -1180,10 +1180,8 @@ void MainWidget::setInnerFocus() {
|
||||
}
|
||||
} else if (_mainSection) {
|
||||
_mainSection->setInnerFocus();
|
||||
} else if (_history->peer() || !_thirdSection) {
|
||||
_history->setInnerFocus();
|
||||
} else {
|
||||
_thirdSection->setInnerFocus();
|
||||
_history->setInnerFocus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user