Skip to content

Commit

Permalink
fix(playground): disable spellcheck on code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 12, 2024
1 parent e28f36b commit 3db224e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ if (import.meta.hot) {
id="input"
v-model="input"
class="absolute top-0 left-0 inset-0 caret-gray w-full h-full resize-none of-hidden p4 bg-transparent z-1 font-mono text-transparent"
spellcheck="false"
/>
</div>
</div>
Expand Down

0 comments on commit 3db224e

Please sign in to comment.