Made ContextMenu animation little fast (#114)

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-10-04 10:58:28 +05:30
parent 0f02bfd2c3
commit ea47750ea4

View file

@ -31,6 +31,7 @@ function ContextMenu({
interactive
arrow={false}
maxWidth={maxWidth}
duration={200}
>
{render(isVisible ? hideMenu : showMenu)}
</Tippy>