提交 2e94ef28 编写于 作者: R Rob Lourens

Fix #53258 - clear out "other overrides" when rendering template when there are no other overrides

上级 a2974a07
......@@ -687,6 +687,8 @@ export class SettingsRenderer implements IRenderer {
localize('configuredIn', "Modified in");
template.otherOverridesElement.textContent = `(${otherOverridesLabel}: ${element.overriddenScopeList.join(', ')})`;
} else {
template.otherOverridesElement.textContent = '';
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册