[Lens] (Accessibility) Focus mistakenly stops on righthand form (#84519)

This commit is contained in:
Marta Bondyra 2020-12-01 15:02:59 +01:00 committed by GitHub
parent c9fc876da1
commit a9845c6fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}