diff --git a/apps/desktop/src/lib/vbranches/fileIdSelection.ts b/apps/desktop/src/lib/vbranches/fileIdSelection.ts index 04d5689fa0..d4ed17409d 100644 --- a/apps/desktop/src/lib/vbranches/fileIdSelection.ts +++ b/apps/desktop/src/lib/vbranches/fileIdSelection.ts @@ -159,6 +159,7 @@ export class FileIdSelection implements Readable { } } } + this.currentCommitId = commitId; await this.reloadFiles(); this.emit(); }