mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
not sending typing when edit post is finished
This commit is contained in:
parent
6792f9c77b
commit
b09aa49749
1 changed files with 4 additions and 0 deletions
|
@ -7228,7 +7228,11 @@ void HistoryWidget::cancelEdit() {
|
||||||
updateMouseTracking();
|
updateMouseTracking();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int32 old = _textUpdateEventsFlags;
|
||||||
|
_textUpdateEventsFlags = 0;
|
||||||
onTextChange();
|
onTextChange();
|
||||||
|
_textUpdateEventsFlags = old;
|
||||||
|
|
||||||
updateBotKeyboard();
|
updateBotKeyboard();
|
||||||
updateFieldPlaceholder();
|
updateFieldPlaceholder();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue