Loading openflexure_microscope/api/static/src/components/tabContentComponents/slideScanComponents/paneSlideScan.vue +5 −5 Original line number Diff line number Diff line Loading @@ -233,6 +233,11 @@ export default { }); }, onScanError: function(error) { this.scanRunning = false; this.modalError(error); }, decrement: function() { if (this.stepValue > 0) { this.stepValue = this.stepValue - 1; Loading Loading @@ -293,11 +298,6 @@ export default { pad(tzo % 60) ); } }, onScanError: function(error) { this.scanRunning = false; this.modalError(error); } }; </script> Loading Loading
openflexure_microscope/api/static/src/components/tabContentComponents/slideScanComponents/paneSlideScan.vue +5 −5 Original line number Diff line number Diff line Loading @@ -233,6 +233,11 @@ export default { }); }, onScanError: function(error) { this.scanRunning = false; this.modalError(error); }, decrement: function() { if (this.stepValue > 0) { this.stepValue = this.stepValue - 1; Loading Loading @@ -293,11 +298,6 @@ export default { pad(tzo % 60) ); } }, onScanError: function(error) { this.scanRunning = false; this.modalError(error); } }; </script> Loading