feat(web): use input types as cells

This commit is contained in:
2026-08-22 01:24:41 +02:00
parent 6ddffce672
commit 06a1e0d707
3 changed files with 44 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
}: {
data: Promise<EvaluateWordsResult>;
progress: EvaluateWordsProgress | null;
insert_guess: (word: string[]) => void | null;
insert_guess: ((word: string[]) => void) | null;
} = $props();
function renderMath(txt: string | null) {