Update tag.html

This commit is contained in:
Meekdai 2024-04-02 18:36:33 +08:00
parent 2866af55b4
commit fbd85539e5

View File

@ -100,7 +100,7 @@ function showList(){
}
}
let labelsList = Array.from(labelsSet);
for(label in labelsList){
for(label of labelsList){
tagList.push(label);
let showLabels=document.createElement("button");
showLabels.setAttribute("class","Label");