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:
parent
0921217fd8
commit
cbae75ce60
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue