mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
not sending typing when edit post is finished
This commit is contained in:
@@ -7228,7 +7228,11 @@ void HistoryWidget::cancelEdit() {
|
||||
updateMouseTracking();
|
||||
}
|
||||
|
||||
int32 old = _textUpdateEventsFlags;
|
||||
_textUpdateEventsFlags = 0;
|
||||
onTextChange();
|
||||
_textUpdateEventsFlags = old;
|
||||
|
||||
updateBotKeyboard();
|
||||
updateFieldPlaceholder();
|
||||
|
||||
|
Reference in New Issue
Block a user