fixup! Do not render multiple hunks for the same line

This commit is contained in:
Piotr Osiewicz 2023-07-06 12:11:08 +02:00
parent 492b849ea1
commit b66453e771

View file

@ -1071,7 +1071,6 @@ impl EditorElement {
end_y = start_y + 1.;
}
if (start_y, end_y) == last_rendered_row_range {
skipped += 1;
continue;
}
last_rendered_row_range = (start_y, end_y);