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:
Antonio Scandurra
2016-03-17 14:56:23 +01:00
parent 5efb969a63
commit 43f27780fd
2 changed files with 10 additions and 10 deletions

View File

@@ -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