Skip to content

Commit

Permalink
fix: drop tabs auto-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSot committed Sep 14, 2022
1 parent a1b1e43 commit b875991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/tab.js
Expand Up @@ -115,7 +115,6 @@ class Tab extends BaseComponent {
return
}

element.focus()
element.removeAttribute('tabindex')
element.setAttribute('aria-selected', true)
this._toggleDropDown(element, true)
Expand Down

0 comments on commit b875991

Please sign in to comment.