mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix todo list toggle not working (#6103)
This commit is contained in:
parent
9956cc1f48
commit
1c26bbc5ab
1 changed files with 2 additions and 0 deletions
|
|
@ -1626,6 +1626,7 @@ export class Task extends EventEmitter<ClineEvents> {
|
|||
language,
|
||||
maxConcurrentFileReads,
|
||||
maxReadFileLine,
|
||||
apiConfiguration,
|
||||
} = state ?? {}
|
||||
|
||||
return await (async () => {
|
||||
|
|
@ -1654,6 +1655,7 @@ export class Task extends EventEmitter<ClineEvents> {
|
|||
maxReadFileLine !== -1,
|
||||
{
|
||||
maxConcurrentFileReads,
|
||||
todoListEnabled: apiConfiguration?.todoListEnabled,
|
||||
},
|
||||
)
|
||||
})()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue