mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Make the delay less goofy when mousing over elements
This commit is contained in:
@@ -42,7 +42,7 @@ export default ({
|
||||
children,
|
||||
disabled = false,
|
||||
alwaysOpen = false,
|
||||
delay = { open: 500 },
|
||||
delay = 0,
|
||||
rest = 30,
|
||||
...props
|
||||
}: Props) => {
|
||||
|
||||
Reference in New Issue
Block a user