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

@@ -50,8 +50,8 @@ export class HaManualScriptEditor extends LitElement {
protected updated(changedProps) {
if (this._openFields && changedProps.has("config")) {
this._openFields = false;
this._scriptFields?.updateComplete.then(
() => this._scriptFields?.focusLastField()
this._scriptFields?.updateComplete.then(() =>
this._scriptFields?.focusLastField()
);
}
}