From 3fed5dfdba92a11e5211ea879ee0cf4025ebe457 Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Mon, 17 Jul 2023 05:16:16 -0400 Subject: [PATCH] fix iso-elements --- iso-elements.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iso-elements.tsx b/iso-elements.tsx index ebd9ac7..af41bdc 100644 --- a/iso-elements.tsx +++ b/iso-elements.tsx @@ -199,13 +199,12 @@ export const Router = { }); document.addEventListener("click", e=> { - const t = e.target as HTMLAnchorElement; const path = e.composedPath() as HTMLAnchorElement[]; for(let i=0; i