Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
StoianLucian committed Mar 25, 2024
1 parent 90128aa commit 46ac5aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coral-component-shell/src/scripts/ShellMenuBarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,12 @@ class ShellMenuBarItem extends BaseComponent(HTMLElement) {
this.menu = this.menu;
}

commons.nextFrame(() => {

let shellMenuButtonIcon = this._elements.shellMenuButton.getElementsByTagName('coral-icon')[0];

if(shellMenuButtonIcon) {
shellMenuButtonIcon.setAttribute('alt', this.title);
}
});
}

/**
Expand Down

0 comments on commit 46ac5aa

Please sign in to comment.