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

Disabling package does not work #23

Closed MarcPorciuncula closed 8 years ago

MarcPorciuncula commented 8 years ago

Disabling the package from settings does not stop less-than-slash completions until the editor is reloaded.

I'm pretty sure we're missing a deactivate or dispose function where we unmount our event listeners.

MarcPorciuncula commented 8 years ago

This also seems to be the cause of things like #22 where tags close multiple times