remove delay for contact popovers

This commit is contained in:
2025-10-29 14:21:30 +01:00
parent e450bf286c
commit 432c61eece
+1 -1
View File
@@ -134,7 +134,7 @@ const showDetail = (customer: Customer) => {
<a href="tel://+4982165079983">+49 821 650799-83</a><br /> <a href="tel://+4982165079983">+49 821 650799-83</a><br />
</CardContent> </CardContent>
<CardFooter> <CardFooter>
<TooltipProvider> <TooltipProvider :delay-duration="0">
<Tooltip v-for="contact in customer.contacts"> <Tooltip v-for="contact in customer.contacts">
<TooltipTrigger> <TooltipTrigger>