Skip to content

Commit

Permalink
Merge pull request #5453 from gitbutlerapp/bug-fix-selection
Browse files Browse the repository at this point in the history
Fix bug in file selection
  • Loading branch information
krlvi authored Nov 5, 2024
2 parents 8726ffd + f39b1cd commit 94109d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/desktop/src/lib/vbranches/fileIdSelection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export class FileIdSelection implements Readable<string[]> {
}
}
}
this.currentCommitId = commitId;
await this.reloadFiles();
this.emit();
}
Expand Down

0 comments on commit 94109d0

Please sign in to comment.