mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
In path search, ignore extra whitespace around the > character
This commit is contained in:
parent
bfdf1dd67c
commit
29a9def969
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
{
|
||||
userSelectionResult =
|
||||
Settings.PathEnumerator.EnumerateAsync(
|
||||
query.Search[..recursiveIndicatorIndex],
|
||||
query.Search[..recursiveIndicatorIndex].Trim(),
|
||||
query.Search[(recursiveIndicatorIndex + 1)..],
|
||||
true,
|
||||
token);
|
||||
|
|
|
|||
Loading…
Reference in a new issue