fix cached annotations not displaying

This commit is contained in:
rramiachraf 2024-03-04 20:43:46 +01:00
parent 903d4ca99b
commit 679f34678c
4 changed files with 20 additions and 20 deletions

View file

@ -14,6 +14,7 @@ document.querySelectorAll("#lyrics a").forEach(item => {
function getAnnotation(e) {
e.preventDefault()
//document.querySelector('.annotation')?.remove()
const uri = e.target.parentElement.getAttribute("href")
const presentAnnotation = document.getElementById(uri)
if (presentAnnotation) {