Skip to content

Commit

Permalink
Disable html spellcheck for trying out fcitx5-rime.js in the browser (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sncix authored Feb 27, 2025
1 parent e455551 commit 0436dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/source/online/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ comments: false
loadZip('./rime.zip')
</script>
<div class="has-success">
<textarea class="form-control" style="width: 100%; height: 300px"></textarea>
<textarea class="form-control" spellcheck="false" style="width: 100%; height: 300px"></textarea>
</div>
{% endraw %}

0 comments on commit 0436dcb

Please sign in to comment.