perf: major widget refactoring

This commit is contained in:
David Ralph
2022-10-30 16:43:08 +00:00
parent d762a7c504
commit a9276a5fdb
15 changed files with 236 additions and 395 deletions

View File

@@ -31,6 +31,10 @@ export default class App extends PureComponent {
variables.stats.tabLoad();
}
componentWillUnmount() {
EventBus.off('refresh');
}
render() {
return (
<>