We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13c647 commit 54b5966Copy full SHA for 54b5966
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -285,7 +285,7 @@ public string QueryText
285
/// but we don't want to move cursor to end when query is updated from TextBox
286
/// </summary>
287
/// <param name="queryText"></param>
288
- public void ChangeQueryText(string queryText, bool reQuery)
+ public void ChangeQueryText(string queryText, bool reQuery = false)
289
{
290
if (QueryText!=queryText)
291
0 commit comments