enhance: improve selection changed event handler performance

This commit is contained in:
leo 2024-07-06 17:29:24 +08:00
parent 3197b4bfe8
commit 36b8472d02
No known key found for this signature in database
2 changed files with 11 additions and 8 deletions

View file

@ -16,6 +16,7 @@ namespace SourceGit.ViewModels
public object Backend { get; private set; } = null;
public int Depth { get; set; } = 0;
public bool IsFiltered { get; set; } = false;
public bool IsSelected { get; set; } = false;
public List<BranchTreeNode> Children { get; private set; } = new List<BranchTreeNode>();
public bool IsExpanded