Change the delay to open to instant
This commit is contained in:
parent
c8665ef422
commit
1bd3303c52
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ export default function ParameterComponent({
|
|||
<></>
|
||||
) : (
|
||||
<ShadTooltip
|
||||
delayDuration={1500}
|
||||
delayDuration={0}
|
||||
content={refHtml.current}
|
||||
side={left ? "left" : "right"}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue