mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
back to previous focus indication for the tree; show actions for focused tree row
This commit is contained in:
@@ -90,7 +90,7 @@ export class Checkbox extends Widget {
|
||||
}
|
||||
|
||||
public disable(): void {
|
||||
this.domNode.tabIndex = -1;
|
||||
this.domNode.removeAttribute('tabIndex');
|
||||
this.domNode.setAttribute('aria-disabled', String(true));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user