Skip to content

Commit

Permalink
chore: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 6, 2024
1 parent 7413a07 commit 1d823b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/typing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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?) */}
<div className="absolute pointer-events-none absolute p-1 border border-transparent text-transparent">
{zip([...form.data.test], [...form.data.answer]).map(
([x, y], i) => (
Expand Down

0 comments on commit 1d823b4

Please sign in to comment.