From c42ee7cf2c0eb596fb49900257d891634a8e50f0 Mon Sep 17 00:00:00 2001 From: Sachin Divekar Date: Sun, 25 Jan 2026 19:11:59 +0530 Subject: [PATCH] fix: disable tooltips on touch devices (#333) --- apps/web/src/components/Tooltip.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/Tooltip.tsx b/apps/web/src/components/Tooltip.tsx index a6a30ba5..115ee44a 100644 --- a/apps/web/src/components/Tooltip.tsx +++ b/apps/web/src/components/Tooltip.tsx @@ -35,6 +35,7 @@ export function Tooltip({ delay, interactive: false, theme: "tooltip", + touch: false, }); return () => {