Focus to the message input bar after selecting a file
This commit is contained in:
parent
8112922c5f
commit
0cb3a7e4a7
@ -376,6 +376,7 @@ InputBar::openFileSelection()
|
||||
if (fileNames.isEmpty())
|
||||
return;
|
||||
|
||||
ChatPage::instance()->timelineManager()->focusMessageInput();
|
||||
for (const auto &fileName : fileNames)
|
||||
startUploadFromPath(fileName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user