diff --git a/superset-frontend/src/dashboard/components/SliceHeader/index.tsx b/superset-frontend/src/dashboard/components/SliceHeader/index.tsx index 127a0f374c5..9abb544c0e8 100644 --- a/superset-frontend/src/dashboard/components/SliceHeader/index.tsx +++ b/superset-frontend/src/dashboard/components/SliceHeader/index.tsx @@ -237,20 +237,23 @@ const SliceHeader = forwardRef(
- + {/* this div ensures the hover event triggers correctly and prevents flickering */} +
+ +
{!!Object.values(annotationQuery).length && (