Implement Selectable
for ListItem
and ListHeader
This commit is contained in:
parent
865baaa1a1
commit
e78538e162
8 changed files with 21 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue