Skip to content

Commit

Permalink
fix(split-button): remove "popover" from render path
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Feb 2, 2022
1 parent 8bdad9e commit f1cd7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/split-button/src/SplitButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class SplitButton extends SizedMixin(PickerBase) {
buttons.reverse();
}
return html`
${buttons} ${this.renderPopover}
${buttons}
`;
}

Expand Down

0 comments on commit f1cd7ca

Please sign in to comment.