Skip to content

Commit

Permalink
fix(sketch): clear historyPanel on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 10, 2025
1 parent a4768d1 commit 0b54ec6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class SketchToolWindow(val project: Project, val editor: Editor?, private val sh
progressBar.isVisible = false
systemPrompt.removeAll()
myList.removeAll()
historyPanel.removeAll()
initializePreAllocatedBlocks(project)
}
}
Expand Down

0 comments on commit 0b54ec6

Please sign in to comment.