Skip to content

Commit 94109d0

Browse files
authored
Merge pull request #5453 from gitbutlerapp/bug-fix-selection
Fix bug in file selection
2 parents 8726ffd + f39b1cd commit 94109d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/desktop/src/lib/vbranches/fileIdSelection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export class FileIdSelection implements Readable<string[]> {
159159
}
160160
}
161161
}
162+
this.currentCommitId = commitId;
162163
await this.reloadFiles();
163164
this.emit();
164165
}

0 commit comments

Comments
 (0)