Skip to content

Commit 0436dcb

Browse files
authored
Disable html spellcheck for trying out fcitx5-rime.js in the browser (#1827)
1 parent e455551 commit 0436dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/source/online/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ comments: false
1010
loadZip('./rime.zip')
1111
</script>
1212
<div class="has-success">
13-
<textarea class="form-control" style="width: 100%; height: 300px"></textarea>
13+
<textarea class="form-control" spellcheck="false" style="width: 100%; height: 300px"></textarea>
1414
</div>
1515
{% endraw %}

0 commit comments

Comments
 (0)