提交 7158f499 编写于 作者: R Rob Lourens

Settings editor - add missing TOC title

上级 cb5558b9
......@@ -133,6 +133,7 @@ export class TOCRenderer implements IRenderer {
DOM.toggleClass(template.labelElement, 'no-results', count === 0);
template.labelElement.textContent = label;
template.labelElement.title = label;
if (count) {
template.countElement.textContent = ` (${count})`;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册