Skip to content

Commit

Permalink
fix: experimental tooltips timing delays
Browse files Browse the repository at this point in the history
fix: experimental tooltips timing delays
  • Loading branch information
timisenco2015 authored Sep 20, 2023
2 parents 5e92119 + fd58516 commit 1f2de43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/frontend/src/components/designer/FormSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
v-html="$t('trans.formSettings.allowMultiDraft')"
:lang="lang"
/>
<v-tooltip close-delay="3000" bottom>
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<font-awesome-icon
icon="fa-solid fa-flask"
Expand Down Expand Up @@ -248,7 +248,7 @@
<span :lang="lang">{{
$t('trans.formSettings.formSubmissionsSchedule')
}}</span>
<v-tooltip bottom close-delay="2500">
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<font-awesome-icon
icon="fa-solid fa-flask"
Expand Down Expand Up @@ -290,7 +290,7 @@
"
:lang="lang"
/>
<v-tooltip bottom close-delay="2500">
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<font-awesome-icon
icon="fa-solid fa-flask"
Expand Down Expand Up @@ -329,7 +329,7 @@
v-html="$t('trans.formSettings.allowEventSubscription')"
:lang="lang"
/>
<v-tooltip bottom close-delay="2500">
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<font-awesome-icon
icon="fa-solid fa-flask"
Expand Down Expand Up @@ -1065,7 +1065,7 @@
<span :lang="lang">
{{ $t('trans.formSettings.sendReminderEmail') }}
</span>
<v-tooltip close-delay="2500" bottom>
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<v-icon
color="primary"
Expand Down

0 comments on commit 1f2de43

Please sign in to comment.