mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Rename method to match old implementation
This commit is contained in:
committed by
Antonio Scandurra
parent
c00ad62a0e
commit
1b1973db15
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user