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


##########
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, I went a step further, I added support for configuring those 
delays when needed, while keeping the same default values if nothing is passed. 
This way, the problem should be solved without changing the existing behavior. 
Please take a look at my latest commit --> 
https://github.com/apache/superset/pull/34868/commits/6281e5f825576c38a8e83af944f32d199ff19077



-- 
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