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