We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c251bc4 commit d219714Copy full SHA for d219714
src/core-tabs/tab-navigation/index-common.ts
@@ -49,7 +49,9 @@ export class TabNavigationBase extends TabNavigationBaseBase implements TabsDefi
49
return;
50
}
51
52
- const offsideItems = this.offscreenTabLimit;
+ // const offsideItems = this.offscreenTabLimit;
53
+ // use 0 because users expect load/unload to be like selected/unselected
54
+ const offsideItems = 0;
55
56
const toLoad: TabContentItem[] = [];
57
const toUnload: TabContentItem[] = [];
0 commit comments