mirror of
https://github.com/fmhy/edit.git
synced 2026-03-11 08:55:38 +00:00
hide tooltip when pressed twice on mobile (#4627)
* more tooltip fixes * cleanup * hide tooltip when pressed twice on mobile
This commit is contained in:
parent
8cedae584f
commit
84f3225a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const resolvedIcon = computed(() => withBase(props.icon))
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<VDropdown :triggers="['click', 'touch']" :auto-hide="true" :distance="15" placement="auto">
|
||||
<VDropdown :triggers="['click']" :auto-hide="true" :distance="15" placement="auto">
|
||||
<button
|
||||
aria-label="Tooltip"
|
||||
class="text-brand-1 relative inline-flex align-middle items-center justify-center leading-none p-0 select-none font-bold cursor-pointer transition-all h-[1em] w-[1.7em]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue