diff --git a/src/pages/detect.vue b/src/pages/detect.vue
index 699b3c3..8cb8b82 100644
--- a/src/pages/detect.vue
+++ b/src/pages/detect.vue
@@ -29,6 +29,7 @@
{
+ document.getElementById('selected_chip').scrollIntoView({behavior: 'smooth', block: 'nearest'})
+ })
},
deleteChip ( iChip ) {
f7.dialog.confirm(`${this.resultData.detections[iChip].label} is identified with ${this.resultData.detections[iChip].confidence.toFixed(1)}% confidence. Are you sure you want to delete it?`, () => {