From a3cbc9755fb74bccf4236ea361ef4f4d8cb943fc Mon Sep 17 00:00:00 2001 From: Rafael Benitez Date: Mon, 18 Aug 2025 11:04:03 -0400 Subject: [PATCH] fix(dashboard): Titles tooltip flickering (#34706) --- .../components/SliceHeader/index.tsx | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) 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 && (