Make the delay less goofy when mousing over elements
This commit is contained in:
parent
f860fd2cfe
commit
88a7bd7578
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default ({
|
||||||
children,
|
children,
|
||||||
disabled = false,
|
disabled = false,
|
||||||
alwaysOpen = false,
|
alwaysOpen = false,
|
||||||
delay = { open: 500 },
|
delay = 0,
|
||||||
rest = 30,
|
rest = 30,
|
||||||
...props
|
...props
|
||||||
}: Props) => {
|
}: Props) => {
|
||||||
|
|
Loading…
Reference in a new issue