提交 e1e7c039 编写于 作者: C Christof Marti

Do not read Octicons (fixes #58096)

上级 a75f4bcf
......@@ -153,6 +153,7 @@ class ListElementRenderer implements IRenderer<ListElement, IListElementTemplate
// ARIA label
data.entry.setAttribute('aria-label', [element.saneLabel, element.saneDescription, element.saneDetail]
.map(s => s && parseOcticons(s).text)
.filter(s => !!s)
.join(', '));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册