From 17ddcd3c2e1c994b868d8b49d55a7457234929b2 Mon Sep 17 00:00:00 2001 From: Andrew Jakubowicz Date: Thu, 31 Aug 2023 10:30:02 -0700 Subject: [PATCH] fix(tabs): add nocollapse so isTab doesn't get minified PiperOrigin-RevId: 561694207 --- tabs/internal/tab.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tabs/internal/tab.ts b/tabs/internal/tab.ts index ef5404d670..2eb2d7854b 100644 --- a/tabs/internal/tab.ts +++ b/tabs/internal/tab.ts @@ -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 `` */ + /** + * @private indicates that the element is a tab for `` + * @nocollapse + */ static readonly isTab = true; /**