提交 217c7424 编写于 作者: B Benjamin Pasero

Cannot read property 'className' of null (fixes #26525)

上级 89a9b9b3
......@@ -134,7 +134,7 @@ export class ExplorerView extends CollapsibleViewletView {
DOM.toggleClass(this.treeContainer, 'align-icons-and-twisties', fileIconTheme.hasFileIcons && !fileIconTheme.hasFolderIcons);
};
this.themeService.onDidFileIconThemeChange(onFileIconThemeChange);
this.toDispose.push(this.themeService.onDidFileIconThemeChange(onFileIconThemeChange));
onFileIconThemeChange(this.themeService.getFileIconTheme());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册