pull/1/head
yann300 6 years ago
parent 1185855aad
commit e053258229
  1. 2
      src/app/components/vertical-icons-component.js

@ -38,7 +38,7 @@ class VerticalIconComponent {
if (!api.events) return
let fn = this.iconStatus[api.profile.name]
if (fn) {
api.events.remove('statusChanged', fn)
api.events.removeListener('statusChanged', fn)
delete this.iconStatus[api.profile.name]
}
}

Loading…
Cancel
Save