fix: disable tooltips on touch devices (#333)
This commit is contained in:
@@ -35,6 +35,7 @@ export function Tooltip({
|
|||||||
delay,
|
delay,
|
||||||
interactive: false,
|
interactive: false,
|
||||||
theme: "tooltip",
|
theme: "tooltip",
|
||||||
|
touch: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user