mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? feat(next-search): Implements document preview functionality - Adds a new document preview modal component - Implements document preview page logic - Adds document preview-related hooks - Optimizes document preview rendering logic ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -50,3 +50,4 @@ const Input = function ({
|
||||
};
|
||||
|
||||
export { Input };
|
||||
export default React.forwardRef(Input);
|
||||
|
||||
Reference in New Issue
Block a user