From 277029bb38930636694ed32f396cf8606c8b8eb0 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 23 Nov 2025 12:42:06 -0500 Subject: [PATCH] Remove double todo list --- webview-ui/src/components/chat/ChatRow.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 6479b5a581d..22886be2dad 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -160,7 +160,6 @@ export const ChatRowContent = ({ onSuggestionClick, onFollowUpUnmount, onBatchFileResponse, - editable, isFollowUpAnswered, }: ChatRowContentProps) => { const { t } = useTranslation() @@ -540,21 +539,7 @@ export const ChatRowContent = ({ // Get previous todos from the latest todos in the task context const previousTodos = getPreviousTodos(clineMessages, message.ts) - return ( - <> - - { - if (typeof vscode !== "undefined" && vscode?.postMessage) { - vscode.postMessage({ type: "updateTodoList", payload: { todos: updatedTodos } }) - } - }} - editable={!!(editable && isLast)} - /> - - ) + return } case "newFileCreated": return (