From 2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 14 Nov 2024 15:22:50 +0100 Subject: feat(tag): style on hover --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.ts') diff --git a/index.ts b/index.ts index 598de5c..77a004a 100644 --- a/index.ts +++ b/index.ts @@ -1,7 +1,7 @@ function setupEvents() { document.querySelectorAll(".tag")?.forEach(t => { t.addEventListener("click", _ => { - t.classList.toggle("active") + // t.classList.toggle("active") }) }) -- cgit v1.2.3