Skip to content

Commit

Permalink
Remove spellcheck from the prompt input
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot authored Oct 11, 2024
1 parent 97c1e4e commit 2e2c8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PromptForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
autofocus
placeholder="e.g. Create a plate with 4 holes and rounded corners"
required
spellcheck="false"
disabled={isSubmitting}
class="w-full tracking-wide px-4 py-1 focus:outline-none focus:bg-green/20 focus:placeholder-shown:bg-green/10 max-h-64"
bind:this={input}
Expand Down

0 comments on commit 2e2c8b3

Please sign in to comment.