Skip to content

Commit

Permalink
fix(web): output should be readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Oct 31, 2024
1 parent d06af8c commit 8d4b9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/routes/languagedetection/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@

<p>This lower area will show the chunks of the provided text that are marked as English.</p>

<Textarea rows={8} value={strippedText} />
<Textarea rows={8} value={strippedText} readonly />
</div>

0 comments on commit 8d4b9e7

Please sign in to comment.