Merge pull request #11077 from RodrigoEspinosa/rec-fix-unfold-all-scroll-to-cursor

Scroll to cursor on unfold all
This commit is contained in:
Lee Dohm 2016-03-09 09:05:04 -08:00
commit 4a51c46737

View File

@ -2936,6 +2936,7 @@ class TextEditor extends Model
# Extended: Unfold all existing folds.
unfoldAll: ->
@languageMode.unfoldAll()
@scrollToCursorPosition()
# Extended: Fold all foldable lines at the given indent level.
#