Skip to content

Commit f39b1cd

Browse files
committed
Fix bug in file selection
- forgot this line in last commit
1 parent 8726ffd commit f39b1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)