mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
Initialize firstScreenRow to -1
This commit is contained in:
parent
02fa815459
commit
c2417bfc46
@ -10,6 +10,7 @@ class Gutter extends View
|
||||
@div outlet: 'lineNumbers', class: 'line-numbers'
|
||||
|
||||
cursorRow: -1
|
||||
firstScreenRow: -1
|
||||
|
||||
afterAttach: (onDom) ->
|
||||
@editor()?.on 'cursor-move', => @highlightCursorLine()
|
||||
|
Loading…
Reference in New Issue
Block a user