mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄 correct typo in method name
This commit is contained in:
@@ -1502,7 +1502,7 @@ class Editor extends View
|
||||
range.detach()
|
||||
leftPixels
|
||||
|
||||
pixelOffsUtilsetForScreenPosition: (position) ->
|
||||
pixelOffsetForScreenPosition: (position) ->
|
||||
{top, left} = @pixelPositionForScreenPosition(position)
|
||||
offset = @renderedLines.offset()
|
||||
{top: top + offset.top, left: left + offset.left}
|
||||
|
||||
Reference in New Issue
Block a user