From 1d823b4418fc3fb7e3c614f0d0c2b3926507c07f Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sat, 6 Jan 2024 14:09:00 +0900 Subject: [PATCH] chore: todo --- app/routes/typing/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/typing/index.tsx b/app/routes/typing/index.tsx index 0399018489..d3c7534799 100644 --- a/app/routes/typing/index.tsx +++ b/app/routes/typing/index.tsx @@ -41,6 +41,7 @@ export default function Page() { }} /> {/* use "div" and "span" with same geometry to highlight mismatch over textarea */} + {/* TODO: how to hande new line? (or filter out new line from test input?) */}
{zip([...form.data.test], [...form.data.answer]).map( ([x, y], i) => (