Skip to content

Commit

Permalink
Fix #304
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Nov 2, 2023
1 parent d4afdbd commit 5668dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/card-mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class CardMod extends LitElement {
super.connectedCallback();
this._connect();
this.setAttribute("slot", "none");
this.style.display = "none";
}

disconnectedCallback() {
Expand Down

0 comments on commit 5668dcd

Please sign in to comment.