aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/History.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/History.qml b/pages/History.qml
index 0fb03b7b..e28fe8eb 100644
--- a/pages/History.qml
+++ b/pages/History.qml
@@ -1794,6 +1794,8 @@ Rectangle {
function searchInHistory(searchTerm){
searchInput.text = searchTerm;
+ searchInput.forceActiveFocus();
+ searchInput.cursorPosition = searchInput.text.length;
sortAndFilter.collapsed = true;
}