gabotorresruiz commented on code in PR #34868:
URL: https://github.com/apache/superset/pull/34868#discussion_r2314383215


##########
superset-frontend/packages/superset-ui-core/src/components/IconTooltip/index.tsx:
##########
@@ -43,13 +43,7 @@ export const IconTooltip = ({
   );
   if (tooltip) {
     return (
-      <Tooltip
-        id="tooltip"
-        title={tooltip}
-        placement={placement}
-        mouseEnterDelay={0.3}
-        mouseLeaveDelay={0.15}

Review Comment:
   Hey @msyavuz! If we want this to behave the same as the other tooltips, we 
don’t need those delays. If we prefer to keep two different behaviors, we can 
leave it as is.
   
   Looping in @kasiazjc and @yousoph to hear their thoughts



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to