diff --git a/frontend/src/app/pages/AgentChat/ChatInput/view/EditorSurface.tsx b/frontend/src/app/pages/AgentChat/ChatInput/view/EditorSurface.tsx index 507b92cd..746a3b7c 100644 --- a/frontend/src/app/pages/AgentChat/ChatInput/view/EditorSurface.tsx +++ b/frontend/src/app/pages/AgentChat/ChatInput/view/EditorSurface.tsx @@ -30,8 +30,6 @@ export const EditorSurface: React.FC = ({ contentEditable={!disabled} suppressContentEditableWarning spellCheck - autoCorrect="on" - autoCapitalize="sentences" onInput={onInput} onClick={onClick} onKeyDown={onKeyDown}