Compare commits

...

1 Commits

Author SHA1 Message Date
Arvin Xu 27d80d82f2 fix(chat-input): disable spellCheck to suppress Safari inline predictive text 2026-05-25 16:27:22 +08:00
@@ -334,6 +334,8 @@ const InputEditor = memo<{
{...richRenderProps}
mentionOption={mentionOption}
slashOption={slashOption}
// Disable spellCheck to suppress Safari/WebKit inline predictive text (Apple Intelligence)
spellCheck={false}
type={'text'}
variant={'chat'}
placeholder={