We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fc876 commit a9845c6Copy full SHA for a9845c6
1 file changed
x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/config_panel.tsx
@@ -88,7 +88,7 @@ function LayerPanels(
88
const layerIds = activeVisualization.getLayerIds(visualizationState);
89
90
return (
91
- <EuiForm className="lnsConfigPanel">
+ <EuiForm className="lnsConfigPanel" tabIndex={-1}>
92
{layerIds.map((layerId, index) => (
93
<LayerPanel
94
{...props}
0 commit comments