1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 77cf6294..b9c2cefa 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -1072,7 +1072,7 @@ TimelineModel::setCurrentIndex(int index)
if (index != oldIndex)
emit currentIndexChanged(index);
- if (MainWindow::instance()->activeRoom() != roomId())
+ if (MainWindow::instance()->activeRoom() != roomId() && QGuiApplication::focusWindow())
return;
if (!currentId.startsWith('m')) {
|