mirror of https://github.com/procxx/kepka.git
not sending typing when edit post is finished
This commit is contained in:
parent
6792f9c77b
commit
b09aa49749
|
@ -7228,7 +7228,11 @@ void HistoryWidget::cancelEdit() {
|
||||||
updateMouseTracking();
|
updateMouseTracking();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int32 old = _textUpdateEventsFlags;
|
||||||
|
_textUpdateEventsFlags = 0;
|
||||||
onTextChange();
|
onTextChange();
|
||||||
|
_textUpdateEventsFlags = old;
|
||||||
|
|
||||||
updateBotKeyboard();
|
updateBotKeyboard();
|
||||||
updateFieldPlaceholder();
|
updateFieldPlaceholder();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue