diff --git a/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap b/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap index ed16c4579..b7d5c0dde 100644 --- a/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap +++ b/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap @@ -28,7 +28,7 @@ exports[`Filter popover component renders filter popover 1`] = `
@@ -44,28 +44,29 @@ exports[`Filter popover component renders filter popover 1`] = ` } />
, -
-
- - - -
-
- - + + +
+
- -
-
- - - - -
-
-
- - -
+
+
+ + + + +
+
+ + + +
+
+
- , + , ] `; diff --git a/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx b/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx index 22b97b68a..04b2675c3 100644 --- a/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx +++ b/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx @@ -37,12 +37,12 @@ export function FilterEditPopover(props: { const [filterValue, setFilterValue] = useState(props.filter?.value || ''); return ( -
+
{/* invisible button workaround to prevent auto focus on context menu panel switch */}