Skip to content

Commit

Permalink
fix: Cancel spell checking for the console panel
Browse files Browse the repository at this point in the history
- 取消控制台面板的拼写检查 / Cancel spell checking for the console panel.
  • Loading branch information
Zuoqiu-Yingyi committed Nov 20, 2021
1 parent df5411f commit 4cbf930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 更改日志/CHANGE LOG

## v0.2.2/2021-11-20

- 更新 README.md 错误链接 / Update the README.md error link.
- 取消控制台面板的拼写检查 / Cancel spell checking for the console panel.

## v0.2.1/2021-11-15

- 调整 `文档`, `示例``测试` 超链接位置 / Adjust the `Document`, `Demo` and `Test` hyperlink locations.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</td>
<td id="separator"></td>
<td id="right">
<textarea id="console" autocomplete="off"></textarea>
<textarea id="console" autocomplete="off" spellcheck="false"></textarea>
</td>
</tr>

Expand Down

0 comments on commit 4cbf930

Please sign in to comment.