Skip to content

Commit 9e86a68

Browse files
committed
fix(app): allow onclick li
allow onclick li
1 parent afb3c5c commit 9e86a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export default function Home() {
168168
className={clsx("p-1", {
169169
"bg-slate-200": editingTask?.name === e.name,
170170
})}
171+
onClick={() => chooseNthFileToEdit(tasklist, i)}
171172
>
172173
<input
173174
id={id}

0 commit comments

Comments
 (0)