Rename method to match old implementation

This commit is contained in:
Nathan Sobo
2017-05-04 16:49:14 -06:00
committed by Antonio Scandurra
parent c00ad62a0e
commit 1b1973db15
3 changed files with 11 additions and 11 deletions

View File

@@ -165,7 +165,7 @@ class TextEditorComponent {
this.scheduleUpdate()
}
pixelPositionForScreenPositionSync ({row, column}) {
pixelPositionForScreenPosition ({row, column}) {
const top = this.pixelPositionAfterBlocksForRow(row)
let left = column === 0 ? 0 : this.pixelLeftForRowAndColumn(row, column)
if (left == null) {