mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert "Fix possible issue in WebSearch plugin"
This commit is contained in:
parent
9a7c08b1cd
commit
30938f1ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
|
||||
ResultsUpdated?.Invoke(this, new ResultUpdatedEventArgs
|
||||
{
|
||||
Results = results.ToList(),
|
||||
Results = results,
|
||||
Query = query
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue