Skip to content

Commit a9845c6

Browse files
authored
[Lens] (Accessibility) Focus mistakenly stops on righthand form (#84519)
1 parent c9fc876 commit a9845c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/config_panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function LayerPanels(
8888
const layerIds = activeVisualization.getLayerIds(visualizationState);
8989

9090
return (
91-
<EuiForm className="lnsConfigPanel">
91+
<EuiForm className="lnsConfigPanel" tabIndex={-1}>
9292
{layerIds.map((layerId, index) => (
9393
<LayerPanel
9494
{...props}

0 commit comments

Comments
 (0)