mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
Fix specs related to the produced HTML line output
This verifies that with the new DisplayLayer the produced output is cleaner when tags interleave.
This commit is contained in:
@@ -1075,7 +1075,7 @@ class TextEditorPresenter
|
||||
@linesByScreenRow.set(startRow + index, line)
|
||||
|
||||
lineIdForScreenRow: (screenRow) ->
|
||||
@linesByScreenRow.get(screenRow).id
|
||||
@linesByScreenRow.get(screenRow)?.id
|
||||
|
||||
fetchDecorations: ->
|
||||
return unless 0 <= @startRow <= @endRow <= Infinity
|
||||
|
||||
Reference in New Issue
Block a user