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

This commit is contained in:
SuiYunsy 2025-05-16 19:23:43 +08:00 committed by GitHub
parent 3909c3c0e4
commit de2ca774e7

View File

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