diff --git a/apps/desktop/src/app/chat/composer/index.tsx b/apps/desktop/src/app/chat/composer/index.tsx index c18313a7386..94e80d6bec3 100644 --- a/apps/desktop/src/app/chat/composer/index.tsx +++ b/apps/desktop/src/app/chat/composer/index.tsx @@ -1630,7 +1630,7 @@ export function ChatBar({ onPaste={handlePaste} ref={editorRef} role="textbox" - spellCheck="true" + spellCheck={false} suppressContentEditableWarning /> {/* assistant-ui requires ComposerPrimitive.Input somewhere in the tree @@ -1649,7 +1649,15 @@ export function ChatBar({ `asChild` swaps TextareaAutosize for a Radix Slot wrapping our plain