mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 21:49:27 +00:00
remove char
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user