Feat: Add delay to handle tooltip

This commit is contained in:
igorrCarvalho 2024-02-26 21:13:37 -03:00
commit 7be62430db

View file

@ -265,7 +265,7 @@ export default function ParameterComponent({
<div className="flex">
<ShadTooltip
styleClasses={"tooltip-fixed-width custom-scroll nowheel"}
delayDuration={0}
delayDuration={1000}
content={refHtml.current}
side={left ? "left" : "right"}
>