We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e446571 commit c62a5d6Copy full SHA for c62a5d6
apps/web/src/components/ChatView.tsx
@@ -2803,7 +2803,6 @@ export default function ChatView({ threadId }: ChatViewProps) {
2803
});
2804
}
2805
2806
- beginLocalDispatch({ preparingWorktree: false });
2807
const turnAttachments = await turnAttachmentsPromise;
2808
const bootstrap =
2809
isLocalDraftThread || baseBranchForWorktree
@@ -2851,6 +2850,7 @@ export default function ChatView({ threadId }: ChatViewProps) {
2851
2850
...(bootstrap ? { bootstrap } : {}),
2852
createdAt: messageCreatedAt,
2853
+ beginLocalDispatch({ preparingWorktree: false });
2854
turnStartSucceeded = true;
2855
})().catch(async (err: unknown) => {
2856
if (
0 commit comments