Skip to content

Commit 904fe58

Browse files
workflows: delay activation of warning triangle tooltips (#2353)
* This, in combination with #2331, resolves one point of #2313
1 parent 0e8432f commit 904fe58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/cylc/WarningIcon.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3434
:activator="null"
3535
location="bottom"
3636
:disabled="!workflow.node.logRecords?.length"
37+
:open-delay="400"
3738
>
3839
<template
3940
v-slot:activator="{ props }"

0 commit comments

Comments
 (0)