kokarn / atom-grunt-runner

Run Grunt tasks from Atom.
MIT License
31 stars 23 forks source link

Dispose and recreate tooltips when attaching and detaching view #96

Closed amyspark closed 6 years ago

amyspark commented 6 years ago

Currently, grunt-runner creates the tooltips only once, not disposing of them when the panel is detached. With this change, they are created and disposed of when the panel is made visible and hidden, respectively. Fixes #92.

kokarn commented 6 years ago

Wow, totally missed this. My bad!