atom / image-view

View images in an Atom editor
MIT License
44 stars 39 forks source link

onDidDestroy not working #177

Closed jneuendorf closed 6 years ago

jneuendorf commented 6 years ago

Prerequisites

Description

onDidDestroy callbacks don't seem to get called.

Reproduces how often: 100%

Versions

atom --version Atom : 1.27.2 Electron: 1.7.15 Chrome : 58.0.3029.110 Node : 7.9.0

apm --version apm 1.19.0 npm 3.10.10 node 6.9.5 x64 atom 1.27.2 python 2.7.15 git 2.17.1

Additional Information

Searching through the repo the event did-destroy seems to never be emitted which would explain why the callbacks don't fire.