remove char

This commit is contained in:
ma0068
2026-03-27 09:46:48 +01:00
parent b20613f5d7
commit 5dbddb4beb
+1 -1
View File
@@ -44,7 +44,7 @@ export function tagFormatter(cell, tagComponent)
tagElement.addEventListener('click', (event) => {
event.stopPropagation();
event.preventDefault();
tagComponent.editTag(tag.id);
tagComponent.editTag(tag.id)
});
container.appendChild(tagElement);