Skip to content

Commit

Permalink
Merge pull request #4388 from gitbutlerapp/fix-commit-lines-on-differ…
Browse files Browse the repository at this point in the history
…ent-frok-base

Fixed logic for removing the ghost line
  • Loading branch information
Caleb-T-Owens authored Jul 15, 2024
2 parents 8bc53a3 + 09344ee commit 05f9fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/lib/CommitLines/lineManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function generateDifferentForkpoint({
].some(
({ lineGroup }) =>
lineGroup.lines[LEFT_COLUMN_INDEX].top.color !== 'none' ||
lineGroup.lines[LEFT_COLUMN_INDEX].top.color !== 'none'
lineGroup.lines[LEFT_COLUMN_INDEX].bottom.color !== 'none'
);

if (!hasGhostLine) {
Expand Down

0 comments on commit 05f9fa6

Please sign in to comment.