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