🐛 Scroll to cursor when unfold all

Fixes #11066
This commit is contained in:
Rodrigo Espinosa Curbelo
2016-03-05 21:28:06 -03:00
parent fa6905fcbe
commit 42a696cf28

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.
#