brackets-cont / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
Other
1.38k stars 182 forks source link

Brackets tries to append </html> after any tag #128

Closed dignifiedalpaca closed 2 years ago

dignifiedalpaca commented 2 years ago

Description

In certain cases, Brackets appears to append after tags other than , even when a tag already exists and there is only one tag.

Steps to Reproduce

Follow the steps in the video.

Expected behavior: Brackets should always append the correct closing tag

Actual behavior: Brackets appends an erroneous tag

https://user-images.githubusercontent.com/98413426/151579969-d82c9001-ce0c-4a79-8855-157ff8c643c2.mov

Versions

I am running Brackets Release 2.0 build 2.0.1-17920 (master 7f6dffa23) on MacOS Monterey 12.1.

dignifiedalpaca commented 2 years ago

Wait a second, just a typo.