fix: disable tooltips on touch devices (#333)

This commit is contained in:
Sachin Divekar
2026-01-25 19:11:59 +05:30
committed by GitHub
parent 07f997c3ad
commit c42ee7cf2c

View File

@@ -35,6 +35,7 @@ export function Tooltip({
delay,
interactive: false,
theme: "tooltip",
touch: false,
});
return () => {