Skip to content

Commit

Permalink
hide breadcrumbs at start, #112630 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed May 7, 2021
1 parent 0adef53 commit 8467139
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export class BreadcrumbsControl {
this._ckBreadcrumbsActive = BreadcrumbsControl.CK_BreadcrumbsActive.bindTo(this._contextKeyService);

this._disposables.add(breadcrumbsService.register(this._editorGroup.id, this._widget));
this.hide();
}

dispose(): void {
Expand Down

0 comments on commit 8467139

Please sign in to comment.