Skip to content

Commit

Permalink
fix(core/blind): remove blind content after collapse changed (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Aug 16, 2023
1 parent ca59395 commit 4f0c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/blind/blind.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class Blind {
hide: this.collapsed,
}}
>
<slot></slot>
{!this.collapsed ? <slot></slot> : null}
</div>
</section>
</Host>
Expand Down

0 comments on commit 4f0c548

Please sign in to comment.