mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Delete the file from the upload control of the message input box #1880 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -80,24 +80,6 @@ const ChatContainer = () => {
|
||||
onPressEnter={handlePressEnter}
|
||||
conversationId={conversation.id}
|
||||
></MessageInput>
|
||||
{/* <Input
|
||||
size="large"
|
||||
placeholder={t('sendPlaceholder')}
|
||||
value={value}
|
||||
disabled={disabled}
|
||||
suffix={
|
||||
<Button
|
||||
type="primary"
|
||||
onClick={handlePressEnter}
|
||||
loading={sendLoading}
|
||||
disabled={sendDisabled}
|
||||
>
|
||||
{t('send')}
|
||||
</Button>
|
||||
}
|
||||
onPressEnter={handlePressEnter}
|
||||
onChange={handleInputChange}
|
||||
/> */}
|
||||
</Flex>
|
||||
<Drawer
|
||||
title="Document Previewer"
|
||||
|
||||
Reference in New Issue
Block a user