mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 93309f060778f6480a7d2a13913e6e7c624e9bc7
This commit is contained in:
@@ -133,9 +133,6 @@ export class Workbench extends Layout {
|
||||
// Configure emitter leak warning threshold
|
||||
setGlobalLeakWarningThreshold(175);
|
||||
|
||||
// ARIA
|
||||
setARIAContainer(document.body);
|
||||
|
||||
// Services
|
||||
const instantiationService = this.initServices(this.serviceCollection);
|
||||
|
||||
@@ -324,6 +321,7 @@ export class Workbench extends Layout {
|
||||
private renderWorkbench(instantiationService: IInstantiationService, notificationService: NotificationService, storageService: IStorageService, configurationService: IConfigurationService): void {
|
||||
|
||||
// ARIA
|
||||
setARIAContainer(this.container);
|
||||
this.container.setAttribute('role', 'application');
|
||||
|
||||
// State specific classes
|
||||
|
||||
Reference in New Issue
Block a user