mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-21 17:49:39 +00:00
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:
@@ -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()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user