fix(button): remove unnecessary instance method bind
This commit is contained in:
parent
a598a47dab
commit
4a8c6ebbed
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {
|
|||
this.disabled = false;
|
||||
this.role = 'button';
|
||||
this.tabindex = 0;
|
||||
this.__keydownDelegationHandler = this.__keydownDelegationHandler.bind(this);
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue