From b6542f466091756989d23e509df834c3cbf66fdf Mon Sep 17 00:00:00 2001 From: David Mears Date: Mon, 4 Nov 2024 19:57:43 +0700 Subject: [PATCH 1/2] Add small delay to parameter option tooltips This is to make it slightly less visually chaotic when quickly mousing through different options - avoids obscuring options when you are trying to select them --- components/ParameterForm.vue | 1 + package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/ParameterForm.vue b/components/ParameterForm.vue index 704dc302..56d584be 100644 --- a/components/ParameterForm.vue +++ b/components/ParameterForm.vue @@ -30,6 +30,7 @@ :key="option.id" :content="option.description" placement="top" + :delay="100" >