thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Use global reference to latex in dispose #422

Closed yitzchak closed 7 years ago

yitzchak commented 7 years ago

In Atom 1.21, the package disposal appears to be happening before the status bar disposes of our indicator. Using global.latex in the disposal function resolves this. Fixes #417.