Drop obsolete UI path fallback after rebase
This commit is contained in:
@@ -241,7 +241,6 @@ func (u *ui) activateBreadcrumb(index int) {
|
||||
crumbs := u.breadcrumbLabels()
|
||||
path = append([]string{}, crumbs[1:index+1]...)
|
||||
}
|
||||
u.currentPath = append([]string(nil), path...)
|
||||
u.state.NavigateToPath(path)
|
||||
u.filter()
|
||||
if index >= len(u.breadcrumbLabels()) {
|
||||
|
||||
Reference in New Issue
Block a user