Fix bug in scroll
This commit is contained in:
parent
6fd87b899f
commit
dff33cbe88
|
@ -94,7 +94,7 @@ impl TileBuilder {
|
||||||
cursor: None,
|
cursor: None,
|
||||||
len: 0,
|
len: 0,
|
||||||
scroll: 0,
|
scroll: 0,
|
||||||
number_lines: 0,
|
number_lines: 1,
|
||||||
counting: true,
|
counting: true,
|
||||||
column_number: 0,
|
column_number: 0,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue