fix: edit image: image field is null

This commit is contained in:
jialin
2025-03-06 16:34:55 +08:00
parent 25d70b7b49
commit b0ac85d81d
8 changed files with 996 additions and 916 deletions
@@ -187,6 +187,7 @@ export default function useTextImage(props: any) {
const handleStopConversation = () => {
requestToken.current?.abort?.();
setImageList([]);
setLoading(false);
};