mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Fix stuck inline mode.
Regression was introduced in 017ec87d60
.
Fixes #5503.
This commit is contained in:
parent
e397f72eb2
commit
aa94ca6619
1 changed files with 1 additions and 1 deletions
|
@ -3854,7 +3854,7 @@ void HistoryWidget::updateFieldSize() {
|
|||
}
|
||||
|
||||
void HistoryWidget::clearInlineBot() {
|
||||
if (_inlineBot) {
|
||||
if (_inlineBot || _inlineLookingUpBot) {
|
||||
_inlineBot = nullptr;
|
||||
_inlineLookingUpBot = false;
|
||||
inlineBotChanged();
|
||||
|
|
Loading…
Add table
Reference in a new issue