Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Code folding does not work properly for the last element in a group #168

@brennenberkley

Description

@brennenberkley

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

  1. Copy the following into atom:
people:
  Bill:
    age: 25
    weight: 140
  Kim:
    age: 22
    weight: 125
  1. Go to Edit->Folding->Fold All
  2. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions