mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix for non-extant lines
This commit is contained in:
@@ -1514,6 +1514,7 @@ class Editor extends View
|
||||
lineElement = existingLineElement = line[0]
|
||||
unless existingLineElement
|
||||
lineElement = @buildLineElementForScreenRow(actualRow)
|
||||
line = $(lineElement)
|
||||
@renderedLines.append(lineElement)
|
||||
left = @positionLeftForLineAndColumn(line, column)
|
||||
unless existingLineElement
|
||||
|
||||
Reference in New Issue
Block a user