This commit is contained in:
Antonio Scandurra
2015-09-08 17:23:41 +02:00
parent 23cb2740cd
commit 1d1fb4caef

View File

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