Prerequisites
- [X ] Put an X between the brackets on this line if you have done all of the following:
Description
Folding all code and then unfolding a section reveals that the last element in that section isn't folder like the rest of the elements are
Steps to Reproduce
- Copy the following into atom:
people:
Bill:
age: 25
weight: 140
Kim:
age: 22
weight: 125
- Go to Edit->Folding->Fold All
- Unfold
people by clicking the 3 dots next to it
Expected behavior:
people:
Bill: ...
Kim: ...
Actual behavior:
people:
Bill: ...
Kim:
age: 22
weight: 125
Reproduces how often: 100%
Versions
Atom : 1.28.2
Electron: 2.0.5
Chrome : 61.0.3163.100
Node : 8.9.3
Mac OS High Sierra (10.13.6)
Prerequisites
Description
Folding all code and then unfolding a section reveals that the last element in that section isn't folder like the rest of the elements are
Steps to Reproduce
peopleby clicking the 3 dots next to itExpected behavior:
Actual behavior:
Reproduces how often: 100%
Versions
Atom : 1.28.2
Electron: 2.0.5
Chrome : 61.0.3163.100
Node : 8.9.3
Mac OS High Sierra (10.13.6)