Skip to content

Commit 9df023b

Browse files
pashpashpashCline Evaluation
andauthored
reverting closing diff edit view because it didnt help gray screen issues (RooCodeInc#3546)
Co-authored-by: Cline Evaluation <[email protected]>
1 parent 19e4387 commit 9df023b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/integrations/editor/DiffViewProvider.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,6 @@ export class DiffViewProvider {
433433

434434
// close editor if open?
435435
async reset() {
436-
// releasing memory by clearing the diff editor
437-
try {
438-
await this.closeAllDiffViews()
439-
} catch (error) {
440-
console.error("Error closing diff views:", error)
441-
}
442436
this.editType = undefined
443437
this.isEditing = false
444438
this.originalContent = undefined

0 commit comments

Comments
 (0)