Made ContextMenu animation little fast (#114)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
0f02bfd2c3
commit
ea47750ea4
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ function ContextMenu({
|
|||
interactive
|
||||
arrow={false}
|
||||
maxWidth={maxWidth}
|
||||
duration={200}
|
||||
>
|
||||
{render(isVisible ? hideMenu : showMenu)}
|
||||
</Tippy>
|
||||
|
|
Loading…
Reference in a new issue