From 169ef442b9ae1a61af516edc5c90ff0299d91a25 Mon Sep 17 00:00:00 2001
From: Simon Späti <simon@airbyte.io>
Date: Wed, 14 Sep 2022 17:05:51 +0000
Subject: [PATCH] Adding reference projects (#196)
---
assets/js/clipboard.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/assets/js/clipboard.js b/assets/js/clipboard.js
index 78979c8..cd928c1 100644
--- a/assets/js/clipboard.js
+++ b/assets/js/clipboard.js
@@ -25,7 +25,10 @@
() => {
button.blur();
button.innerHTML = svgCheck;
- setTimeout(() => (button.innerHTML = svgCopy), 2000);
+ setTimeout(() => {
+ button.innerHTML = svgCopy
+ button.style.borderColor = ""
+ }, 2000);
},
(error) => (button.innerHTML = "Error")
);
--
Gitblit v1.10.0