2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Allow pasting text to the unfocused search.

This commit is contained in:
John Preston
2024-04-26 16:06:30 +04:00
parent 612b81ee87
commit 12a78c1f45
2 changed files with 28 additions and 7 deletions

View File

@@ -250,6 +250,8 @@ private:
void updateSuggestions(anim::type animated);
void processSearchFocusChange();
[[nodiscard]] bool redirectKeyToSearch(QKeyEvent *e) const;
MTP::Sender _api;
bool _dragInScroll = false;