Fix bug in scroll

This commit is contained in:
Thomas Forgione 2023-10-22 18:35:03 +02:00
parent 6fd87b899f
commit dff33cbe88
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ impl TileBuilder {
cursor: None,
len: 0,
scroll: 0,
number_lines: 0,
number_lines: 1,
counting: true,
column_number: 0,
})