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 007007b commit fbe4b46Copy full SHA for fbe4b46
src/BootstrapBlazor/Components/Tab/Tab.razor.js
@@ -13,6 +13,12 @@ const resize = tab => {
13
if (wrap.classList.contains('extend')) {
14
return
15
}
16
+
17
+ const link = wrap.querySelector('.nav-link-bar');
18
+ if (link === null) {
19
+ return;
20
+ }
21
22
const scroll = tab.scroll
23
const lastItem = [...tabNav.querySelectorAll('.tabs-item')].pop()
24
if (lastItem) {
0 commit comments