From 025f556023c29f8f31dc00870c80a9d790bbb2f4 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Sat, 14 Oct 2023 18:24:54 +0200 Subject: refactor(ui): switched naive tooltip components to custom ones (#661) --- src/components/InputCopyable.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/components/InputCopyable.vue') diff --git a/src/components/InputCopyable.vue b/src/components/InputCopyable.vue index ed67895..a69a039 100644 --- a/src/components/InputCopyable.vue +++ b/src/components/InputCopyable.vue @@ -13,14 +13,11 @@ const tooltipText = computed(() => isJustCopied.value ? 'Copied!' : 'Copy to cli -- cgit v1.2.3