Skip to content

Commit

Permalink
fix: keep compact property
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschaap authored and Westbrook committed Mar 22, 2023
1 parent 1f6833f commit 904df71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tabs/src/TabsOverflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
TemplateResult,
} from '@spectrum-web-components/base';
import {
property,
query,
queryAssignedElements,
state,
Expand All @@ -43,6 +44,9 @@ export class TabsOverflow extends SizedMixin(SpectrumElement) {
return [chevronIconStyles, styles, tabSizes];
}

@property({ type: Boolean, reflect: true })
compact = false;

@state()
private overflowState: TabsOverflowState = {
canScrollLeft: false,
Expand Down

0 comments on commit 904df71

Please sign in to comment.