Remove closing event from dialog (#8470)

This commit is contained in:
Joakim Sørensen 2021-02-26 18:14:55 +01:00 committed by GitHub
parent 12b124e5a3
commit 0bc2eb530d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@ class DialogSupervisorAddonUpdate extends LitElement {
.open=${this._opened} .open=${this._opened}
scrimClickAction scrimClickAction
escapeKeyAction escapeKeyAction
@closing=${this.closeDialog}
> >
${this._action === null ${this._action === null
? html`<div> ? html`<div>

View File

@ -66,7 +66,6 @@ class DialogSupervisorCoreUpdate extends LitElement {
heading="Update Home Assistant Core" heading="Update Home Assistant Core"
scrimClickAction scrimClickAction
escapeKeyAction escapeKeyAction
@closing=${this.closeDialog}
> >
${this._action === null ${this._action === null
? html`<div> ? html`<div>