rpitv / glimpse-ui

Official website for RPI TV
https://rpi.tv
MIT License
2 stars 0 forks source link

Fixed issue w/ event listeners causing NPE #7

Closed robere2 closed 4 years ago

robere2 commented 4 years ago

RecentProductionsList was attempting to remove an event listener in the destroyed() hook, and as such the element had already been removed.