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

Fix #58538

上级 eadda7cd
......@@ -784,8 +784,10 @@ export class SettingsRenderer implements ITreeRenderer {
DOM.EventHelper.stop(e);
}));
checkbox.domNode.classList.add(SettingsRenderer.CONTROL_CLASS);
const toolbar = this.renderSettingToolbar(container);
const toolbarContainer = DOM.append(container, $('.setting-toolbar-container'));
const toolbar = this.renderSettingToolbar(toolbarContainer);
toDispose.push(toolbar);
const template: ISettingBoolItemTemplate = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册