Open iamAyushChamoli opened 3 months ago
Fixes #149
Replaced the querySelectorAll call for selecting tabs from list items (:scope > ul > li) with a more generic selector that includes elements with the class name "tab-title"
querySelectorAll
(:scope > ul > li)
Fixes #149
Replaced the
querySelectorAll
call for selecting tabs from list items(:scope > ul > li)
with a more generic selector that includes elements with the class name "tab-title"