fix: 禁止“自定义CSS”输入框的拼写检查 (#6064)

This commit is contained in:
SuiYunsy 2025-05-16 19:23:43 +08:00 committed by GitHub
parent c088378d7e
commit 89f31ddd94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,6 +237,7 @@ const DisplaySettings: FC = () => {
minHeight: 200,
fontFamily: 'monospace'
}}
spellCheck={false}
/>
</SettingGroup>
</SettingContainer>