Implement Selectable for ListItem and ListHeader

This commit is contained in:
Marshall Bowers 2023-11-30 13:26:12 -05:00
parent 865baaa1a1
commit e78538e162
8 changed files with 21 additions and 20 deletions

View file

@ -15,7 +15,7 @@ use std::{
},
};
use text::Point;
use ui::{v_stack, HighlightedLabel, ListItem};
use ui::{prelude::*, v_stack, HighlightedLabel, ListItem};
use util::{paths::PathLikeWithPosition, post_inc, ResultExt};
use workspace::Workspace;