Disable close on outside click for rename + mode dialogs (#13602)

This commit is contained in:
Paul Bottein 2022-09-05 18:26:32 +02:00 committed by GitHub
parent 28d11703fc
commit 847d163cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class DialogAutomationMode extends LitElement implements HassDialog {
return html`
<ha-dialog
open
scrimClickAction
@closed=${this.closeDialog}
.heading=${createCloseHeading(
this.hass,

View File

@ -45,6 +45,7 @@ class DialogAutomationRename extends LitElement implements HassDialog {
return html`
<ha-dialog
open
scrimClickAction
@closed=${this.closeDialog}
.heading=${createCloseHeading(
this.hass,