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 f72cf2a commit 99c752eCopy full SHA for 99c752e
src/panels/lovelace/common/directives/action-handler-directive.ts
@@ -45,6 +45,7 @@ class ActionHandler extends HTMLElement implements ActionHandlerType {
45
46
private dblClickTimeout?: number;
47
48
+ // eslint-disable-next-line lit/lifecycle-super -- not a LitElement
49
public connectedCallback() {
50
Object.assign(this.style, {
51
position: "fixed",
0 commit comments