mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-03 19:15:37 +08:00
fix(git-panel): reset changes view on project switch
This commit is contained in:
@@ -107,6 +107,7 @@ export default function GitPanel({ selectedProject, isMobile = false, onFileOpen
|
||||
|
||||
{activeView === 'changes' && (
|
||||
<ChangesView
|
||||
key={selectedProject.fullPath}
|
||||
isMobile={isMobile}
|
||||
projectPath={selectedProject.fullPath}
|
||||
gitStatus={gitStatus}
|
||||
|
||||
Reference in New Issue
Block a user