diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 6479b5a581..22886be2da 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 (