feature: supports resolving multiple conflicts at once.

This commit is contained in:
leo 2024-04-11 20:50:19 +08:00
parent 3783bdacbc
commit f3f39ac593
8 changed files with 237 additions and 137 deletions

View file

@ -129,6 +129,7 @@ namespace SourceGit.ViewModels
{
var commit = commits[0] as Models.Commit;
AutoSelectedCommit = commit;
NavigationId = _navigationId + 1;
if (_detailContext is CommitDetail detail)
{