Skip to content

Commit 4777070

Browse files
committed
fix: strikethough line is not rendered in dropped commit
Signed-off-by: leo <[email protected]>
1 parent c1aa620 commit 4777070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitSubjectPresenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public override void Render(DrawingContext context)
129129
foreach (var inline in _inlines)
130130
{
131131
if (inline.X > width)
132-
return;
132+
break;
133133

134134
if (inline.Element is { Type: Models.InlineElementType.Code })
135135
{

0 commit comments

Comments
 (0)