feat: make sure separator is from correct level.
This commit is contained in:
@@ -9,7 +9,7 @@ public class BreadcrumbItem: ContentControl
|
||||
{
|
||||
public static readonly StyledProperty<object?> SeparatorProperty =
|
||||
AvaloniaProperty.Register<BreadcrumbItem, object?>(
|
||||
nameof(Separator), "/");
|
||||
nameof(Separator));
|
||||
|
||||
public object? Separator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user