提交 8021c0e8 编写于 作者: J Johannes Rieken

breadcrumbs - fix not updating when toggling breadcrumbs

上级 2412cce1
......@@ -97,7 +97,8 @@ export abstract class TitleControl extends Themable {
protected createBreadcrumbsControl(container: HTMLElement, options: IBreadcrumbsControlOptions): void {
const config = this._register(BreadcrumbsConfig.IsEnabled.bindTo(this.configurationService));
this._register(config.onDidChange(value => {
this._register(config.onDidChange(() => {
const value = config.getValue();
if (!value && this.breadcrumbsControl) {
this.breadcrumbsControl.dispose();
this.breadcrumbsControl = undefined;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册