mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
spelling: combinations
This commit is contained in:
@@ -2745,7 +2745,7 @@ class TextEditorComponent {
|
||||
// but keeping this calculation simple ensures the number of tiles remains
|
||||
// fixed for a given editor height, which eliminates situations where a
|
||||
// tile is repeatedly added and removed during scrolling in certain
|
||||
// comibinations of editor height and line height.
|
||||
// combinations of editor height and line height.
|
||||
getVisibleTileCount () {
|
||||
if (this.derivedDimensionsCache.visibleTileCount == null) {
|
||||
const editorHeightInTiles = this.getScrollContainerHeight() / this.getLineHeight() / this.getRowsPerTile()
|
||||
|
||||
Reference in New Issue
Block a user