提交 f5e4c2d1 编写于 作者: R Rob Lourens

Fix settings editor toc disappearing during search

上级 3a0d2744
......@@ -887,7 +887,7 @@ export class SettingsEditor2 extends EditorPane {
}
private onSearchModeToggled(): void {
this.rootElement.classList.add('no-toc-search');
this.rootElement.classList.remove('no-toc-search');
if (this.configurationService.getValue('workbench.settings.settingsSearchTocBehavior') === 'hide') {
this.rootElement.classList.toggle('no-toc-search', !!this.searchResultModel);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册