mirror of https://github.com/procxx/kepka.git
Fix stuck inline mode.
Regression was introduced in 017ec87d60
.
Fixes #5503.
This commit is contained in:
parent
e397f72eb2
commit
aa94ca6619
|
@ -3854,7 +3854,7 @@ void HistoryWidget::updateFieldSize() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void HistoryWidget::clearInlineBot() {
|
void HistoryWidget::clearInlineBot() {
|
||||||
if (_inlineBot) {
|
if (_inlineBot || _inlineLookingUpBot) {
|
||||||
_inlineBot = nullptr;
|
_inlineBot = nullptr;
|
||||||
_inlineLookingUpBot = false;
|
_inlineLookingUpBot = false;
|
||||||
inlineBotChanged();
|
inlineBotChanged();
|
||||||
|
|
Loading…
Reference in New Issue