mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: The image displayed in the reply message can also be clicked to display the location of the source document where the slice is located #7623 (#7723)
### What problem does this PR solve? Feat: The image displayed in the reply message can also be clicked to display the location of the source document where the slice is located #7623 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -7,6 +7,7 @@ import styles from './index.less';
|
||||
interface IImage {
|
||||
id: string;
|
||||
className: string;
|
||||
onClick?(): void;
|
||||
}
|
||||
|
||||
const Image = ({ id, className, ...props }: IImage) => {
|
||||
|
||||
Reference in New Issue
Block a user