mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🔥 Get rid of unused tileId property
This commit is contained in:
@@ -21,7 +21,6 @@ class TileComponent
|
||||
@screenRowsByLineId = {}
|
||||
@lineIdsByScreenRow = {}
|
||||
@domNode ?= document.createElement("div")
|
||||
@domNode.dataset.tileId = @id
|
||||
@domNode.style.position = "absolute"
|
||||
@domNode.style.display = "block"
|
||||
@domNode.classList.add("tile")
|
||||
|
||||
Reference in New Issue
Block a user