We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b512e78 + b6701de commit f11c458Copy full SHA for f11c458
src/ui-shell/header/hamburger.component.ts
@@ -14,7 +14,7 @@ import { I18n } from "../../i18n/i18n.module";
14
selector: "ibm-hamburger",
15
template: `
16
<button
17
- (click)="doClick($event)"
+ (click)="doClick()"
18
[ngClass]="{'bx--header__action--active': active}"
19
class="bx--header__menu-trigger bx--header__action"
20
[attr.aria-label]="i18n.get('UI_SHELL.HEADER.MENU') | async"
0 commit comments