Skip to content

Commit

Permalink
update breadcrumbs onAfterAttach
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-marut-work committed Jun 2, 2022
1 parent 9b1f414 commit d941a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/shell/tab-bars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ export class ToolbarAwareTabBar extends ScrollableTabBar {
if (this.breadcrumbsContainer) {
this.node.appendChild(this.breadcrumbsContainer);
}
this.breadcrumbsRenderer?.refresh();
this.updateBreadcrumbs();
}
super.onAfterAttach(msg);
}
Expand Down

0 comments on commit d941a12

Please sign in to comment.