mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
parent
0ae1f11ffc
commit
58a607561a
@ -472,7 +472,10 @@ export class HuiDialogEditView extends LitElement {
|
|||||||
ev: HASSDomEvent<ViewVisibilityChangeEvent>
|
ev: HASSDomEvent<ViewVisibilityChangeEvent>
|
||||||
): void {
|
): void {
|
||||||
if (ev.detail.visible && this._config) {
|
if (ev.detail.visible && this._config) {
|
||||||
this._config.visible = ev.detail.visible;
|
this._config = {
|
||||||
|
...this._config,
|
||||||
|
visible: ev.detail.visible,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
this._dirty = true;
|
this._dirty = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user