We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ec3fa commit 9b10658Copy full SHA for 9b10658
src/components/ha-wa-dialog.ts
@@ -29,7 +29,6 @@ export class HaWaDialog extends LitElement {
29
})
30
public dialogSizeOnTitleClick: DialogSizeOnTitleClick = "none";
31
32
- // TODO: Should this be scrim, overlay, or match WA with lightDismiss?
33
@property({ type: Boolean, reflect: true, attribute: "scrim-dismissable" })
34
public scrimDismissable = false;
35
0 commit comments