Merge branch 'bugfix/close_mitt_signals_' into 'v3'
Bugfix/close mitt signals Closes #757 See merge request openflexure/openflexure-microscope-server!581
This commit is contained in:
commit
943ebb64b2
4 changed files with 35 additions and 18 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