mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-03 09:25:11 +08:00
This commit is contained in:
parent
405c4d51f0
commit
eb26dc3213
@ -234,6 +234,4 @@ const Answer: FC<AnswerProps> = ({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default memo(Answer, (prevProps, nextProps) =>
|
export default memo(Answer)
|
||||||
prevProps.responding === false && nextProps.responding === false,
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user