Fix ha-button-menu menuCorner attribute (#23301)

Fix menuCorner attribute
This commit is contained in:
Wendelin
2024-12-16 08:47:36 +01:00
committed by GitHub
parent 65458538a7
commit 6db9bf800a
11 changed files with 13 additions and 12 deletions

View File

@@ -14,7 +14,8 @@ export class HaButtonMenu extends LitElement {
@property() public corner: Corner = "BOTTOM_START";
@property({ attribute: false }) public menuCorner: MenuCorner = "START";
@property({ attribute: "menu-corner" }) public menuCorner: MenuCorner =
"START";
@property({ type: Number }) public x: number | null = null;