mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Merge pull request #11077 from RodrigoEspinosa/rec-fix-unfold-all-scroll-to-cursor
Scroll to cursor on unfold all
This commit is contained in:
commit
4a51c46737
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user