Reset edit mode when closing more info dialog (#16695)

This commit is contained in:
Paul Bottein 2023-05-31 15:11:10 +02:00 committed by GitHub
parent 36268d5048
commit c864edee72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ export class MoreInfoDialog extends LitElement {
this._entityId = undefined;
this._entry = undefined;
this._childView = undefined;
this._infoEditMode = false;
fireEvent(this, "dialog-closed", { dialog: this.localName });
}