Move code into the platform

Co-Authored-By: Joseph T. Lyons <19867440+JosephTLyons@users.noreply.github.com>
This commit is contained in:
Petros Amoiridis 2023-03-28 19:23:52 +03:00
parent 87c1b190a8
commit a128439699
No known key found for this signature in database
5 changed files with 44 additions and 10 deletions

View file

@ -192,6 +192,7 @@ impl PickerDelegate for RecentProjectsView {
let highlighted_location = HighlightedWorkspaceLocation::new(
&string_match,
&self.workspace_locations[string_match.candidate_id],
&cx,
);
Flex::column()