mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Disable close on outside click for rename + mode dialogs (#13602)
This commit is contained in:
parent
28d11703fc
commit
847d163cc8
@ -56,6 +56,7 @@ class DialogAutomationMode extends LitElement implements HassDialog {
|
||||
return html`
|
||||
<ha-dialog
|
||||
open
|
||||
scrimClickAction
|
||||
@closed=${this.closeDialog}
|
||||
.heading=${createCloseHeading(
|
||||
this.hass,
|
||||
|
@ -45,6 +45,7 @@ class DialogAutomationRename extends LitElement implements HassDialog {
|
||||
return html`
|
||||
<ha-dialog
|
||||
open
|
||||
scrimClickAction
|
||||
@closed=${this.closeDialog}
|
||||
.heading=${createCloseHeading(
|
||||
this.hass,
|
||||
|
Loading…
x
Reference in New Issue
Block a user