mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 11:36:44 +08:00
feat: Support for conversational streaming (#809)
### What problem does this PR solve? feat: Support for conversational streaming #709 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -18,7 +18,7 @@ const NewDocumentLink = ({
|
||||
onClick={!preventDefault ? undefined : (e) => e.preventDefault()}
|
||||
href={link}
|
||||
rel="noreferrer"
|
||||
style={{ color }}
|
||||
style={{ color, wordBreak: 'break-all' }}
|
||||
>
|
||||
{children}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user