Skip to content

Commit

Permalink
fix: propogate open to child sp-popover
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen authored and Westbrook committed Aug 18, 2021
1 parent d3c36f7 commit ae97677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/action-bar/src/ActionBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class ActionBar extends SpectrumElement {

public render(): TemplateResult {
return html`
<sp-popover open id="popover">
<sp-popover ?open=${this.open} id="popover">
<slot></slot>
</sp-popover>
`;
Expand Down

0 comments on commit ae97677

Please sign in to comment.