mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix gui-editor resizing problem (#3498)
This commit is contained in:
parent
bcb26bd960
commit
c542b242fe
@ -68,6 +68,7 @@ export class HuiCardEditor extends LitElement {
|
||||
if (this._yamlEditor) {
|
||||
this._yamlEditor.codemirror.refresh();
|
||||
}
|
||||
fireEvent(this as HTMLElement, "iron-resize");
|
||||
}, 1);
|
||||
this._error = undefined;
|
||||
} catch (err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user