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 a598a47 commit 4a8c6ebCopy full SHA for 4a8c6eb
packages/button/src/LionButton.js
@@ -140,7 +140,6 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {
140
this.disabled = false;
141
this.role = 'button';
142
this.tabindex = 0;
143
- this.__keydownDelegationHandler = this.__keydownDelegationHandler.bind(this);
144
}
145
146
connectedCallback() {
0 commit comments