mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-26 03:40:45 +08:00
fix: Move Repository Node popup never close
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -43,7 +43,7 @@ namespace SourceGit.ViewModels
|
||||
Welcome.Instance.Refresh();
|
||||
}
|
||||
|
||||
return null;
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
|
||||
private void MakeRows(List<RepositoryNode> collection, int depth)
|
||||
|
||||
Reference in New Issue
Block a user