mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Focus to the message input bar after selecting a file
This commit is contained in:
parent
8112922c5f
commit
0cb3a7e4a7
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ InputBar::openFileSelection()
|
|||
if (fileNames.isEmpty())
|
||||
return;
|
||||
|
||||
ChatPage::instance()->timelineManager()->focusMessageInput();
|
||||
for (const auto &fileName : fileNames)
|
||||
startUploadFromPath(fileName);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue