mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
ux: new node should not be selected
This commit is contained in:
@@ -350,6 +350,7 @@ namespace SourceGit.Views
|
||||
foreach (var node in nodes)
|
||||
{
|
||||
node.Depth = depth;
|
||||
node.IsSelected = false;
|
||||
rows.Add(node);
|
||||
|
||||
if (!node.IsExpanded || node.Backend is Models.Branch)
|
||||
|
||||
Reference in New Issue
Block a user