From 84f3225a9e9ac1f9092f2ca24b1575c09e2c1544 Mon Sep 17 00:00:00 2001 From: bread <136384195+bbbreaddd@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:43:06 -0800 Subject: [PATCH] hide tooltip when pressed twice on mobile (#4627) * more tooltip fixes * cleanup * hide tooltip when pressed twice on mobile --- docs/.vitepress/theme/components/Tooltip.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/components/Tooltip.vue b/docs/.vitepress/theme/components/Tooltip.vue index 6666515b6..4ac6ec884 100644 --- a/docs/.vitepress/theme/components/Tooltip.vue +++ b/docs/.vitepress/theme/components/Tooltip.vue @@ -11,7 +11,7 @@ const resolvedIcon = computed(() => withBase(props.icon))