mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Remove cached decorations for removed lines
This commit is contained in:
@@ -80,6 +80,7 @@ LinesComponent = React.createClass
|
||||
delete @lineNodesByLineId[lineId]
|
||||
delete @lineIdsByScreenRow[screenRow] if @lineIdsByScreenRow[screenRow] is lineId
|
||||
delete @screenRowsByLineId[lineId]
|
||||
delete @renderedDecorationsByLineId[lineId]
|
||||
node.removeChild(lineNode)
|
||||
|
||||
appendOrUpdateVisibleLineNodes: (visibleLines, startRow) ->
|
||||
|
||||
Reference in New Issue
Block a user