mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Port .selectLinesContainingCursors() specs
This commit is contained in:
@@ -231,6 +231,12 @@ class TextEditorElement extends HTMLElement
|
||||
setScrollBottom: (scrollBottom) ->
|
||||
@component.setScrollBottom(scrollBottom)
|
||||
|
||||
scrollToTop: ->
|
||||
@setScrollTop(0)
|
||||
|
||||
scrollToBottom: ->
|
||||
@setScrollBottom(Infinity)
|
||||
|
||||
getScrollTop: ->
|
||||
@component.getScrollTop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user