mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
ChatMessageList: resume: remove pending and update only on done
This commit is contained in:
@@ -142,7 +142,7 @@ export function ChatMessageList(props: {
|
||||
fragments: update.fragments,
|
||||
generator: update.generator,
|
||||
pendingIncomplete: update.pendingIncomplete,
|
||||
}, isDone /* messageComplete */, true /* touch */);
|
||||
}, isDone, isDone); // remove the pending state and updte only when done
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user