This commit is contained in:
isidor 2022-04-12 15:13:45 +02:00
parent a1ba200c71
commit 4f4bf42424
No known key found for this signature in database
GPG key ID: F9280366A8370105

View file

@ -88,6 +88,7 @@ export class DropdownMenuActionViewItem extends BaseActionViewItem {
this.element.setAttribute('aria-haspopup', 'true');
this.element.setAttribute('aria-expanded', 'false');
this.element.title = this._action.label || '';
this.element.ariaLabel = this._action.label || '';
return null;
};