mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Fix missing focus on editor when dialog loaded (#2799)
This commit is contained in:
parent
90c09e967a
commit
8a9594d918
@ -201,6 +201,7 @@ export class HuiEditCard extends LitElement {
|
||||
afterNextRender(() => {
|
||||
this.yamlEditor.codemirror.refresh();
|
||||
this._resizeDialog();
|
||||
this.yamlEditor.codemirror.focus();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user