mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Reset edit mode when closing more info dialog (#16695)
This commit is contained in:
parent
36268d5048
commit
c864edee72
@ -120,6 +120,7 @@ export class MoreInfoDialog extends LitElement {
|
|||||||
this._entityId = undefined;
|
this._entityId = undefined;
|
||||||
this._entry = undefined;
|
this._entry = undefined;
|
||||||
this._childView = undefined;
|
this._childView = undefined;
|
||||||
|
this._infoEditMode = false;
|
||||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user