mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: 禁止“自定义CSS”输入框的拼写检查 (#6064)
This commit is contained in:
parent
3909c3c0e4
commit
de2ca774e7
@ -237,6 +237,7 @@ const DisplaySettings: FC = () => {
|
||||
minHeight: 200,
|
||||
fontFamily: 'monospace'
|
||||
}}
|
||||
spellCheck={false}
|
||||
/>
|
||||
</SettingGroup>
|
||||
</SettingContainer>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user