Skip to content

Commit 1127db7

Browse files
committed
Partially fix flickering when switching to context menu
1 parent 86f1b8e commit 1127db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ private set
688688
QueryText = string.Empty;
689689
// When we are changing query because selected results are changed to history or context menu,
690690
// we should not delay the query
691-
Query(false);
691+
//Query(false);
692692
}
693693
}
694694
}

0 commit comments

Comments
 (0)