You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to fold/collapse the first div, it does not collapse until it's closing </div> tag but only collapses the opening tag and it's attributes. The rest of the inner tags are still exposed...
Info
Problem
With the following htm (where attributes have been split over multiple lines and closing bracket is on own line)
When trying to fold/collapse the first div, it does not collapse until it's closing
</div>
tag but only collapses the opening tag and it's attributes. The rest of the inner tags are still exposed...Basically it ends up looking like:
In a normal HTML file all the inner tags are also folded and hidden and only the start and end tag are visible. eg:
Reproducible Case
Very easy to reproduce. Just split multiple attributes of a tag onto their own lines. Then try and fold that element.
The text was updated successfully, but these errors were encountered: