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