mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
🎨
This commit is contained in:
@@ -113,8 +113,8 @@ class LinesTileComponent
|
||||
while oldLineNode = oldLineNodes.shift()
|
||||
break if @screenRowForNode(newLineNode) < @screenRowForNode(oldLineNode)
|
||||
|
||||
lineId = @lineIdsByScreenRow[newLineNode.dataset.screenRow]
|
||||
@lineNodesByLineId[lineId] = newLineNode
|
||||
id = @lineIdsByScreenRow[newLineNode.dataset.screenRow]
|
||||
@lineNodesByLineId[id] = newLineNode
|
||||
if oldLineNode?
|
||||
@domNode.insertBefore(newLineNode, oldLineNode)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user