Implement Selectable
for ListItem
and ListHeader
This commit is contained in:
parent
865baaa1a1
commit
e78538e162
8 changed files with 21 additions and 20 deletions
|
@ -11,7 +11,7 @@ use gpui::{
|
|||
};
|
||||
use picker::{Picker, PickerDelegate};
|
||||
|
||||
use ui::{h_stack, v_stack, HighlightedLabel, KeyBinding, ListItem};
|
||||
use ui::{h_stack, prelude::*, v_stack, HighlightedLabel, KeyBinding, ListItem};
|
||||
use util::{
|
||||
channel::{parse_zed_link, ReleaseChannel, RELEASE_CHANNEL},
|
||||
ResultExt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue