fix: resolve conflict with deleted files does not work (#1009)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-21 10:26:14 +08:00
parent 9da2c787db
commit 2b4fc64c73
No known key found for this signature in database
3 changed files with 64 additions and 18 deletions

View file

@ -1796,7 +1796,7 @@ namespace SourceGit.Views
if (!selection.HasLeftChanges)
{
new Commands.Add(repo.FullPath, [change]).Exec();
new Commands.Add(repo.FullPath, [change.Path]).Exec();
}
else
{