autoclose-html
autoclose-html copied to clipboard
Disabling and re-enabling add-on causes extra '>' to be inserted
If I disable the add-on, and re-enable it, I noticed that it will produce output like the following until Atom is restarted:
<p>
>
</p>
I'll try go through the code and see if I can catch why it's doing it. I suspect it might be adding a second callback or something.
It also happens if you uninstall it and re-install it, once for every time you do it
@jbreuer95 It's not necessarily the ideal solution, but if you quit and restart Atom from the command line, it should return to normal!