fix: strikethough line is not rendered in dropped commit

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-10-30 11:27:33 +08:00
parent c1aa620fe5
commit 4777070e1f

View File

@@ -129,7 +129,7 @@ namespace SourceGit.Views
foreach (var inline in _inlines)
{
if (inline.X > width)
return;
break;
if (inline.Element is { Type: Models.InlineElementType.Code })
{