1
0
Fork 0

Revert part of "Hyphenate ISBN numbers and add copy button" related to hyphenation

This partially reverts commit d2c4785af1.
This commit is contained in:
axiomizer 2023-07-22 13:57:51 -04:00
parent d2c4785af1
commit 1bda8a5d9d
6 changed files with 4 additions and 7981 deletions

View file

@ -534,11 +534,11 @@ let BookWyrm = new (class {
navigator.clipboard.writeText(text);
tooltipEl.style.visibility = "visible";
tooltipEl.style.opacity = 1;
setTimeout(function() {
setTimeout(function () {
tooltipEl.style.visibility = "hidden";
tooltipEl.style.opacity = 0;
}, 3000)
})
}, 3000);
});
}
/**