mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
add message as aria-description (#19739)
This commit is contained in:
@@ -154,6 +154,9 @@ export class ErrorMessageDialog extends Modal {
|
||||
} else {
|
||||
this._copyButton!.element.style.visibility = 'hidden';
|
||||
}
|
||||
if (this._message) {
|
||||
this._bodyContainer.setAttribute('aria-description', this._message);
|
||||
}
|
||||
this.resetActions();
|
||||
if (actions && actions.length > 0) {
|
||||
for (let i = 0; i < maxActions && i < actions.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user