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());