remove hashchange listener in widget

This commit is contained in:
igoradamenko
2018-05-26 20:32:14 +03:00
parent faf5ecf598
commit 90cc29e19c
-1
View File
@@ -70,7 +70,6 @@ export default class Root extends Component {
});
setTimeout(this.checkUrlHash);
window.addEventListener('hashchange', this.checkUrlHash);
});
}