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 a5b8a76 commit fb086bbCopy full SHA for fb086bb
labs/behaviors/focusable.ts
@@ -71,12 +71,6 @@ export function mixinFocusable<T extends MixinBase<LitElement>>(
71
[externalTabIndex]: number | null = null;
72
[isUpdatingTabIndex] = false;
73
74
- // tslint:disable-next-line:no-any
75
- constructor(...args: any[]) {
76
- super(...args);
77
- this[isFocusable] = true;
78
- }
79
-
80
override connectedCallback() {
81
super.connectedCallback();
82
this[updateTabIndex]();
0 commit comments