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.
1 parent 4f713b9 commit 33a88acCopy full SHA for 33a88ac
src/components/button/button.ts
@@ -68,7 +68,7 @@ export class MdButton {
68
}
69
70
71
- setKeyboardFocus($event: any) {
+ setKeyboardFocus() {
72
this.isKeyboardFocused = !this.isMouseDown;
73
74
0 commit comments