mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Merge pull request #285233 from microsoft/dev/dmitriv/separator-a11y-props
Avoid setting state-related ARIA attributes on separators
This commit is contained in:
@@ -228,7 +228,7 @@ export class Separator implements IAction {
|
||||
readonly tooltip: string = '';
|
||||
readonly class: string = 'separator';
|
||||
readonly enabled: boolean = false;
|
||||
readonly checked: boolean = false;
|
||||
readonly checked: undefined = undefined;
|
||||
async run() { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user