mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
fix autocomplete and specs
This commit is contained in:
@@ -106,7 +106,6 @@ class AutocompleteView extends SelectList
|
||||
|
||||
setPosition: ->
|
||||
{ left, top } = @editor.pixelPositionForScreenPosition(@originalCursorPosition)
|
||||
|
||||
height = @outerHeight()
|
||||
potentialTop = top + @editor.lineHeight
|
||||
potentialBottom = potentialTop - @editor.scrollTop() + height
|
||||
|
||||
Reference in New Issue
Block a user