summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r--src/timeline/InputBar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp

index a59bc4c6..a371e2b4 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -376,6 +376,7 @@ InputBar::openFileSelection() if (fileNames.isEmpty()) return; + ChatPage::instance()->timelineManager()->focusMessageInput(); for (const auto &fileName : fileNames) startUploadFromPath(fileName); }