mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
perf: add eventbus unmount in more places and optimise stats tab
This commit is contained in:
@@ -11,7 +11,7 @@ export default class EventBus {
|
||||
}));
|
||||
}
|
||||
|
||||
static remove(event, callback) {
|
||||
static off(event, callback) {
|
||||
document.removeEventListener(event, callback);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user