mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
enhance: clear selection after swap compare targets
This commit is contained in:
@@ -101,6 +101,7 @@ namespace SourceGit.ViewModels
|
||||
public void Swap()
|
||||
{
|
||||
(StartPoint, EndPoint) = (_endPoint, _startPoint);
|
||||
SelectedChanges = [];
|
||||
Task.Run(Refresh);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user