fix(tabs): add nocollapse so isTab doesn't get minified

PiperOrigin-RevId: 561694207
This commit is contained in:
Andrew Jakubowicz 2023-08-31 10:30:02 -07:00 committed by Copybara-Service
parent 2c892c4114
commit 17ddcd3c2e

View File

@ -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;
/**