mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(a11y): remove tab stop on code panel (#49068)
fix: remove tabstop on code panel
This commit is contained in:
parent
5ba3e62f3f
commit
03cedceb46
@ -94,7 +94,6 @@ class MobileLayout extends Component<MobileLayoutProps, MobileLayoutState> {
|
||||
)}
|
||||
<TabPane
|
||||
eventKey={Tab.Editor}
|
||||
tabIndex='0'
|
||||
title={i18next.t('learn.editor-tabs.code')}
|
||||
{...editorTabPaneProps}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user