mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
This commit is contained in:
commit
e142f37e8d
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ const addCopyButtons = () => {
|
|||
() => {
|
||||
button.blur();
|
||||
button.innerHTML = svgCheck;
|
||||
setTimeout(() => (button.innerHTML = svgCopy), 2000);
|
||||
setTimeout(() => {
|
||||
button.innerHTML = svgCopy
|
||||
button.style.borderColor = ""
|
||||
}, 2000);
|
||||
},
|
||||
(error) => (button.innerHTML = "Error")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue