Loading src/components/viewComponents/galleryDisplay.vue +4 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,10 @@ export default { }, beforeDestroy() { // Remove global signal listener to perform a gallery refresh this.$root.$off("globalUpdateCaptureList"); // Remove global signal listener to set the gallery folder this.$root.$off("globalUpdateCaptureFolder"); // Then we call that function here to unwatch if (this.unwatchStoreFunction) { this.unwatchStoreFunction(); Loading src/components/viewComponents/streamDisplay.vue +4 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,10 @@ export default { }, beforeDestroy: function() { // Remove global signal listener to change the GPU preview state this.$root.$off("globalTogglePreview"); // Remove global signal listener to flash the stream element this.$root.$off("globalFlashStream"); // Disconnect the size observer this.sizeObserver.disconnect(); }, Loading Loading
src/components/viewComponents/galleryDisplay.vue +4 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,10 @@ export default { }, beforeDestroy() { // Remove global signal listener to perform a gallery refresh this.$root.$off("globalUpdateCaptureList"); // Remove global signal listener to set the gallery folder this.$root.$off("globalUpdateCaptureFolder"); // Then we call that function here to unwatch if (this.unwatchStoreFunction) { this.unwatchStoreFunction(); Loading
src/components/viewComponents/streamDisplay.vue +4 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,10 @@ export default { }, beforeDestroy: function() { // Remove global signal listener to change the GPU preview state this.$root.$off("globalTogglePreview"); // Remove global signal listener to flash the stream element this.$root.$off("globalFlashStream"); // Disconnect the size observer this.sizeObserver.disconnect(); }, Loading