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