mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Manually config tileSize
Dealing with a manually entered `tileSize` is actually easier to reason about, therefore we no longer calculate it based on `tileCount.`
This commit is contained in:
@@ -21,6 +21,7 @@ class TileComponent
|
||||
@screenRowsByLineId = {}
|
||||
@lineIdsByScreenRow = {}
|
||||
@domNode = document.createElement("div")
|
||||
@domNode.classList.add("tile")
|
||||
@domNode.style.position = "absolute"
|
||||
@domNode.style.display = "block"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user