Skip to content

Commit 1bdae3d

Browse files
workflows: delay activation of warning triangle tooltips
* This, in combination with cylc#2331, resolves one point of cylc#2313
1 parent 0e8432f commit 1bdae3d

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)