Skip to content

Commit 0123f5e

Browse files
committed
add comment to clarify re-query
1 parent 54b5966 commit 0123f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public void ChangeQueryText(string queryText, bool reQuery = false)
289289
{
290290
if (QueryText!=queryText)
291291
{
292+
// re-query is done in QueryText's setter method
292293
QueryText = queryText;
293294
}
294295
else if (reQuery)

0 commit comments

Comments
 (0)