diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 97fc67cf7f..754c88d908 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -1660,9 +1660,6 @@ export class ClineProvider } async showTaskWithId(id: string) { - // Clear draft when switching tasks - await this.clearDraftMessage() - if (id !== this.getCurrentTask()?.taskId) { // Non-current task. const { historyItem } = await this.getTaskWithId(id)