umijs / dumi

📖 Static Site Generator for component library development
https://d.umijs.org
MIT License
3.61k stars 1.18k forks source link

fix(editor): disable textarea spellcheck. #2186

Closed jiawei397 closed 3 months ago

jiawei397 commented 3 months ago

在编辑时,如果浏览器开启了拼写错误检查,会在一些单词上出现红色波浪线,这个应该是没有必要的,直接禁用它,后面有需求可以考虑传递参数开启。

🤔 这个变动的性质是?/ What is the nature of this change?

💡 需求背景和解决方案 / Background or solution

📝 更新日志 / Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese
vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dumi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2024 9:51am
Jinbao1001 commented 3 months ago

+1, thx