bugfix(eventbus) Unwrap arrow functions and close eventbus signals
This commit is contained in:
parent
d358d89334
commit
1d8fa9d616
2 changed files with 23 additions and 9 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue