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/tools/benchmark-builder/dynamic-values.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/tools/benchmark-builder/dynamic-values.vue') diff --git a/src/tools/benchmark-builder/dynamic-values.vue b/src/tools/benchmark-builder/dynamic-values.vue index 975a545..e048ef9 100644 --- a/src/tools/benchmark-builder/dynamic-values.vue +++ b/src/tools/benchmark-builder/dynamic-values.vue @@ -39,14 +39,11 @@ function onInputEnter(index: number) { autofocus @keydown.enter="onInputEnter(index)" /> - - - Delete value - + + + + + -- cgit v1.2.3