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

Fix #57361 - remove TOC title

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