Make the delay less goofy when mousing over elements

This commit is contained in:
DaneEveritt 2022-06-12 09:39:20 -04:00
parent f860fd2cfe
commit 88a7bd7578
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -42,7 +42,7 @@ export default ({
children,
disabled = false,
alwaysOpen = false,
delay = { open: 500 },
delay = 0,
rest = 30,
...props
}: Props) => {