Change the delay to open to instant

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-02 17:49:53 -03:00
commit 1bd3303c52

View file

@ -122,7 +122,7 @@ export default function ParameterComponent({
<></>
) : (
<ShadTooltip
delayDuration={1500}
delayDuration={0}
content={refHtml.current}
side={left ? "left" : "right"}
>