mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
We should post state to webview at the end of RooCodeAPI.clearCurrentTask() (#1874)
We should post state to webview at the end of RooCodeAPI.clearCurrentTask
This commit is contained in:
parent
aea9540cc0
commit
5d993845b7
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
|
|||
|
||||
public async clearCurrentTask(lastMessage?: string) {
|
||||
await this.provider.finishSubTask(lastMessage)
|
||||
await this.provider.postStateToWebview()
|
||||
}
|
||||
|
||||
public async cancelCurrentTask() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue