Skip to content

Commit 22b859a

Browse files
committed
Always close popup when opening search result (#197)
Closes #197
1 parent 53f58d7 commit 22b859a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EverythingToolbar/Data/SearchResult.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public void Open()
4141
WorkingDirectory = IsFile ? Path : FullPathAndFileName
4242
});
4343
EverythingSearch.Instance.IncrementRunCount(FullPathAndFileName);
44+
EverythingSearch.Instance.SearchTerm = null;
4445
}
4546
catch (Exception e)
4647
{

0 commit comments

Comments
 (0)