mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💚 Use tokenizedLine.id to refer to lines
This commit is contained in:
@@ -320,6 +320,9 @@ class LinesTileComponent
|
||||
lineNodeForScreenRow: (screenRow) ->
|
||||
@lineNodesByLineId[@lineIdsByScreenRow[screenRow]]
|
||||
|
||||
lineNodeForLineId: (lineId) ->
|
||||
@lineNodesByLineId[lineId]
|
||||
|
||||
measureCharactersInNewLines: ->
|
||||
for id, lineState of @oldTileState.lines
|
||||
unless @measuredLines.has(id)
|
||||
|
||||
Reference in New Issue
Block a user