Skip to content

Commit 00ac327

Browse files
committed
Fix history visibility issue
1 parent 3c7b8cf commit 00ac327

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ private ResultsViewModel SelectedResults
696696
else
697697
{
698698
Results.Visibility = Visibility.Collapsed;
699-
History.Visibility = Visibility.Collapsed;
700699
_queryTextBeforeLeaveResults = QueryText;
701700

702701
if(HistorySelected())

0 commit comments

Comments
 (0)