Skip to content

Commit

Permalink
Revert "[Lens] (Accessibility) Focus mistakenly stops on righthand fo…
Browse files Browse the repository at this point in the history
…rm (#84519)" (#84866)

This reverts commit a9845c6.
  • Loading branch information
mbondyra committed Dec 3, 2020
1 parent 7c4ec08 commit bdda4f2
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" tabIndex={-1}>
<EuiForm className="lnsConfigPanel">
{layerIds.map((layerId, index) => (
<LayerPanel
{...props}
Expand Down

0 comments on commit bdda4f2

Please sign in to comment.