Skip to content

Commit

Permalink
selint fixes for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Feb 28, 2024
1 parent 9b1bf54 commit 515285d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/assets/js/kt-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,8 @@
'.kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tabs-accordion-title-' + tabNumber
)
.scrollIntoView({ behavior: 'smooth' });
} else if ( tabWrap.classList.contains('kt-tabs-layout-vtabs') ) {
tabWrap
.querySelector(
'.kt-tabs-content-wrap'
)
.scrollIntoView({ behavior: 'smooth' });

} else if (tabWrap.classList.contains('kt-tabs-layout-vtabs')) {
tabWrap.querySelector('.kt-tabs-content-wrap').scrollIntoView({ behavior: 'smooth' });
}
},
isMobileSize() {
Expand Down

0 comments on commit 515285d

Please sign in to comment.