Skip to content
Snippets Groups Projects
Verified Commit 0cb3a7e4 authored by Sateallia's avatar Sateallia Committed by Nicolas Werner
Browse files

Focus to the message input bar after selecting a file

parent 8112922c
No related branches found
No related tags found
No related merge requests found
Pipeline #4978 passed
...@@ -376,6 +376,7 @@ InputBar::openFileSelection() ...@@ -376,6 +376,7 @@ InputBar::openFileSelection()
if (fileNames.isEmpty()) if (fileNames.isEmpty())
return; return;
ChatPage::instance()->timelineManager()->focusMessageInput();
for (const auto &fileName : fileNames) for (const auto &fileName : fileNames)
startUploadFromPath(fileName); startUploadFromPath(fileName);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment