mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix preview panel blank issue
This commit is contained in:
parent
e6a91a9959
commit
cf4268d1c3
1 changed files with 2 additions and 0 deletions
|
|
@ -646,6 +646,8 @@ namespace Flow.Launcher.ViewModel
|
|||
if (!QueryResultsSelected())
|
||||
{
|
||||
SelectedResults = Results;
|
||||
PreviewSelectedItem = Results.SelectedItem;
|
||||
_ = UpdatePreviewAsync();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue