Skip to content

Commit 88a7bd7

Browse files
committed
Make the delay less goofy when mousing over elements
1 parent f860fd2 commit 88a7bd7

File tree

1 file changed

+1
-1
lines changed
  • resources/scripts/components/elements/tooltip

1 file changed

+1
-1
lines changed

resources/scripts/components/elements/tooltip/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default ({
4242
children,
4343
disabled = false,
4444
alwaysOpen = false,
45-
delay = { open: 500 },
45+
delay = 0,
4646
rest = 30,
4747
...props
4848
}: Props) => {

0 commit comments

Comments
 (0)