mirror of
https://github.com/fmhy/edit.git
synced 2026-01-23 16:31:03 +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:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user