Skip to content

Commit

Permalink
[Lens] (Accessibility) Focus mistakenly stops on righthand form (#84519)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Dec 1, 2020
1 parent c9fc876 commit a9845c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function LayerPanels(
const layerIds = activeVisualization.getLayerIds(visualizationState);

return (
<EuiForm className="lnsConfigPanel">
<EuiForm className="lnsConfigPanel" tabIndex={-1}>
{layerIds.map((layerId, index) => (
<LayerPanel
{...props}
Expand Down

0 comments on commit a9845c6

Please sign in to comment.