Skip to content

Commit

Permalink
fix(menus): try binding this to class
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 20, 2020
1 parent 51b0f10 commit e0d7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kb-frosted-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<slot></slot>
</mwc-menu>
`;
}
}.bind(customElements.get('ha-button-menu'))
});

Promise.resolve()
Expand Down

0 comments on commit e0d7120

Please sign in to comment.