From f0bafd521d52c57103294faf0975812158dd1d38 Mon Sep 17 00:00:00 2001 From: stax76 Date: Thu, 10 Mar 2022 05:58:59 +0100 Subject: [PATCH] caret-position-fix --- Flow.Launcher/ViewModel/MainViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 0fe3bdf80..188199fba 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -346,6 +346,7 @@ namespace Flow.Launcher.ViewModel { // re-query is done in QueryText's setter method QueryText = queryText; + QueryTextCursorMovedToEnd = false; } else if (reQuery) {