fix(a11y): remove tab stop on code panel (#49068)

fix: remove tabstop on code panel
This commit is contained in:
Bruce Blaser
2023-01-20 00:53:11 -08:00
committed by GitHub
parent 5ba3e62f3f
commit 03cedceb46

View File

@@ -94,7 +94,6 @@ class MobileLayout extends Component<MobileLayoutProps, MobileLayoutState> {
)}
<TabPane
eventKey={Tab.Editor}
tabIndex='0'
title={i18next.t('learn.editor-tabs.code')}
{...editorTabPaneProps}
>