Skip to content

Commit

Permalink
fix(tabs): add nocollapse so isTab doesn't get minified
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561694207
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Aug 31, 2023
1 parent 2c892c4 commit 17ddcd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tabs/internal/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export class Tab extends LitElement {
static override shadowRootOptions:
ShadowRootInit = {mode: 'open', delegatesFocus: true};

/** @private indicates that the element is a tab for `<md-tabs>` */
/**
* @private indicates that the element is a tab for `<md-tabs>`
* @nocollapse
*/
static readonly isTab = true;

/**
Expand Down

0 comments on commit 17ddcd3

Please sign in to comment.