mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert to results selected item
This commit is contained in:
parent
b93faffdc0
commit
26ab2aecef
1 changed files with 1 additions and 1 deletions
|
|
@ -989,7 +989,7 @@ namespace Flow.Launcher.ViewModel
|
|||
var query = QueryText.ToLower().Trim();
|
||||
ContextMenu.Clear();
|
||||
|
||||
var selected = SelectedItem?.Result;
|
||||
var selected = Results.SelectedItem?.Result;
|
||||
|
||||
if (selected != null) // SelectedItem returns null if selection is empty.
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue