From ac15f131d1951e049108ff8ad6cecf33144d2f96 Mon Sep 17 00:00:00 2001 From: John Simons Date: Fri, 4 Apr 2025 17:24:58 +1000 Subject: [PATCH] Clears previous timeout when copying Ensures that only one timeout is active for hiding the "copied" tooltip, preventing potential issues when copying multiple times in quick succession. This is achieved by clearing any existing timeout before setting a new one. --- src/Frontend/src/components/CopyToClipboard.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Frontend/src/components/CopyToClipboard.vue b/src/Frontend/src/components/CopyToClipboard.vue index 4ec0c1323..3f43a1a63 100644 --- a/src/Frontend/src/components/CopyToClipboard.vue +++ b/src/Frontend/src/components/CopyToClipboard.vue @@ -1,6 +1,6 @@