mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +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) {
|
if (this._yamlEditor) {
|
||||||
this._yamlEditor.codemirror.refresh();
|
this._yamlEditor.codemirror.refresh();
|
||||||
}
|
}
|
||||||
|
fireEvent(this as HTMLElement, "iron-resize");
|
||||||
}, 1);
|
}, 1);
|
||||||
this._error = undefined;
|
this._error = undefined;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user