提交 944dab18 编写于 作者: R rebornix

aria label for notebook tree

上级 3b0ba06a
......@@ -242,7 +242,10 @@ export class NotebookEditor extends BaseEditor implements INotebookEditor {
listInactiveFocusOutline: editorBackground,
},
accessibilityProvider: {
getAriaLabel() { return null; }
getAriaLabel() { return null; },
getWidgetAriaLabel() {
return nls.localize('notebookTreeAriaLabel', "Notebook");
}
}
},
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册