bugfix(eventbus) Unwrap arrow functions and close eventbus signals

This commit is contained in:
Antonio Anaya 2026-05-08 10:44:30 -06:00 committed by Antonio Anaya
parent d358d89334
commit 1d8fa9d616
2 changed files with 23 additions and 9 deletions

View file

@ -109,6 +109,8 @@ export default {
this.sizeObserver.disconnect();
// Remove from the array of active streams
this.store.removeStream(this.$.uid);
// close signal
eventBus.off("globalFlashStream", this.onFlashStream);
},
methods: {