diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp
index 58a86d26076a673d68860cec7cbd812e674f4516..f7c4fc1e83101f9400d7ac12fdfd133d1e6567eb 100644
--- a/src/timeline/InputBar.cpp
+++ b/src/timeline/InputBar.cpp
@@ -249,7 +249,8 @@ InputBar::updateState(int selectionStart_,
         history_index_ = 0;
 
         updateAtRoom(text_);
-        emit textChanged(text_);
+        // disabled, as it moves the cursor to the end
+        // emit textChanged(text_);
     }
 
     selectionStart = selectionStart_;