diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 8ba271c..a7991a6 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -361,11 +361,11 @@ imCanvas.style['background-image'] = `url(${this.imageView.src})` /****** * setTimeout is not a good solution, but it's the only way - * I can find to not cut off drawing of the progress spinner + * I can find to not cut off drawing of the canvas background ******/ setTimeout(() => { this.setData() - }, 250) + }, 1) }).catch((e) => { console.log(e.message) f7.dialog.alert(`Error loading image: ${e.message}`)