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

index 7ef61da4..4a3605bb 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -296,8 +296,10 @@ InputBar::send() { QInputMethod *im = QGuiApplication::inputMethod(); im->commit(); - if (text().trimmed().isEmpty()) + if (text().trimmed().isEmpty()) { + acceptUploads(); return; + } nhlog::ui()->debug("Send: {}", text().toStdString());