Update dependency prettier to v3.2.0 (#19411)

* Update dependency prettier to v3.2.0

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-15 16:49:22 -05:00
committed by GitHub
parent 3842e8e3a7
commit 6f8c366bad
23 changed files with 110 additions and 121 deletions

View File

@@ -31,11 +31,10 @@ class HaInputButtonForm extends LitElement {
}
public focus() {
this.updateComplete.then(
() =>
(
this.shadowRoot?.querySelector("[dialogInitialFocus]") as HTMLElement
)?.focus()
this.updateComplete.then(() =>
(
this.shadowRoot?.querySelector("[dialogInitialFocus]") as HTMLElement
)?.focus()
);
}