Loading openflexure_microscope/api/static/src/components/tabContentComponents/captureComponents/paneCapture.vue +2 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,8 @@ export default { onScanResponse: function() { this.modalNotify("Finished scan."); // Emit signal to update capture list this.$root.$emit("globalUpdateCaptures"); } } }; Loading Loading
openflexure_microscope/api/static/src/components/tabContentComponents/captureComponents/paneCapture.vue +2 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,8 @@ export default { onScanResponse: function() { this.modalNotify("Finished scan."); // Emit signal to update capture list this.$root.$emit("globalUpdateCaptures"); } } }; Loading