mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
fixup! Do not render multiple hunks for the same line
This commit is contained in:
parent
492b849ea1
commit
b66453e771
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue