mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Removed breadcrumb scrollable
This commit is contained in:
parent
5bb2edca8b
commit
93a30ea940
1 changed files with 0 additions and 2 deletions
|
@ -42,12 +42,10 @@ impl View for Breadcrumbs {
|
|||
.as_ref()
|
||||
.and_then(|item| item.breadcrumbs(&theme, cx))
|
||||
{
|
||||
enum BreadcrumbTag {}
|
||||
Flex::row()
|
||||
.with_children(Itertools::intersperse_with(breadcrumbs.into_iter(), || {
|
||||
Label::new(" 〉 ".to_string(), theme.breadcrumbs.text.clone()).boxed()
|
||||
}))
|
||||
.scrollable::<BreadcrumbTag, _>(0, None, cx)
|
||||
.contained()
|
||||
.with_style(theme.breadcrumbs.container)
|
||||
.aligned()
|
||||
|
|
Loading…
Reference in a new issue