mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 00:08:02 +00:00
Active window on drop to InputField.
This commit is contained in:
parent
5c5438c12e
commit
0cbad9098e
@ -3021,6 +3021,7 @@ void InputField::dropEventInner(QDropEvent *e) {
|
||||
_inDrop = false;
|
||||
_insertedTags.clear();
|
||||
_realInsertPosition = -1;
|
||||
window()->activateWindow();
|
||||
}
|
||||
|
||||
bool InputField::canInsertFromMimeDataInner(const QMimeData *source) const {
|
||||
|
Loading…
Reference in New Issue
Block a user