Skip to content

Commit 4a8c6eb

Browse files
author
Mikhail Bashkirov
committed
fix(button): remove unnecessary instance method bind
1 parent a598a47 commit 4a8c6eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/button/src/LionButton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {
140140
this.disabled = false;
141141
this.role = 'button';
142142
this.tabindex = 0;
143-
this.__keydownDelegationHandler = this.__keydownDelegationHandler.bind(this);
144143
}
145144

146145
connectedCallback() {

0 commit comments

Comments
 (0)