mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
fix: inline blocks is not sorted in order (#1274)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -177,7 +177,8 @@ namespace SourceGit.Views
|
||||
var rules = IssueTrackerRules ?? [];
|
||||
foreach (var rule in rules)
|
||||
rule.Matches(_elements, subject);
|
||||
|
||||
|
||||
_elements.Sort((l, r) => l.Start - r.Start);
|
||||
_needRebuildInlines = true;
|
||||
InvalidateVisual();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user