We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26097b commit 8dae5bfCopy full SHA for 8dae5bf
packages/main/src/ShellBar.js
@@ -609,7 +609,9 @@ class ShellBar extends WebComponent {
609
}
610
611
_handleNotificationsPress(event) {
612
- this.fireEvent("notificationsPress");
+ this.fireEvent("notificationsPress", {
613
+ iconRef: this.shadowRoot.querySelector(".sapWCShellBarBellIcon"),
614
+ });
615
616
617
_handleProfilePress(event) {
@@ -620,7 +622,7 @@ class ShellBar extends WebComponent {
620
622
621
623
_handleProductSwitchPress(event) {
624
this.fireEvent("productSwitchPress", {
- detail: this.shadowRoot.querySelector(".sapWCShellBarIconProductSwitch"),
625
+ iconRef: this.shadowRoot.querySelector(".sapWCShellBarIconProductSwitch"),
626
});
627
628
0 commit comments