code comment added for clarity

This commit is contained in:
stax76 2022-03-11 13:57:54 +01:00 committed by Kevin Zhang
parent f0bafd521d
commit 444f918914

View file

@ -346,6 +346,8 @@ namespace Flow.Launcher.ViewModel
{
// re-query is done in QueryText's setter method
QueryText = queryText;
// set to false so the subsequent set true triggers
// PropertyChanged and MoveQueryTextToEnd is called
QueryTextCursorMovedToEnd = false;
}
else if (reQuery)