Skip to content

Commit

Permalink
Restore blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jan 9, 2025
1 parent c489207 commit 738a000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/breadcrumbs/src/breadcrumbs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ impl Render for Breadcrumbs {
});

let breadcrumbs_stack = h_flex().gap_1().children(breadcrumbs);

match active_item
.downcast::<Editor>()
.map(|editor| editor.downgrade())
Expand Down

0 comments on commit 738a000

Please sign in to comment.