mrhanlon / less-than-slash

Atom.io package for closing open tags when `</` is typed, like in Sublime Text 3.
MIT License
23 stars 6 forks source link

Update Broke it - adding more end tags #31

Closed dewebdesigns closed 8 years ago

dewebdesigns commented 8 years ago

I was using a 0.11 version before upgrading to 0.12.3. Now, when I open a blank document and type: <a href=''></ it ends up being <a href=''></a>a>a> instead of closing the tag as expected.

mrhanlon commented 8 years ago

Can you try restarting Atom or reinstalling the package? I believe the problem is related to how the buffer listener was being attached in 0.11 versus 0.12.3. If you updated while you had open editors it would likely cause the behavior you describe.

dewebdesigns commented 8 years ago

Perfect. I can't believe I didn't try that. Sorry.