Skip to content

Commit b875991

Browse files
committed
fix: drop tabs auto-focus
1 parent a1b1e43 commit b875991

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/src/tab.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class Tab extends BaseComponent {
115115
return
116116
}
117117

118-
element.focus()
119118
element.removeAttribute('tabindex')
120119
element.setAttribute('aria-selected', true)
121120
this._toggleDropDown(element, true)

0 commit comments

Comments
 (0)