0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Cleaned up event listeners on app unmount

This commit is contained in:
Rishabh 2022-02-16 11:53:18 +05:30
parent 0921217fd8
commit cbae75ce60

View file

@ -85,6 +85,7 @@ export default class App extends React.Component {
this.customTriggerButtons && this.customTriggerButtons.forEach((customTriggerButton) => {
customTriggerButton.removeEventListener('click', this.clickHandler);
});
window.removeEventListener('hashchange', this.hashHandler, false);
}
sendPortalReadyEvent() {