Update templates/step4_results.html
Browse files
templates/step4_results.html
CHANGED
|
@@ -1988,8 +1988,6 @@
|
|
| 1988 |
if (!wasExpanded) {
|
| 1989 |
card.classList.add('expanded');
|
| 1990 |
expandedClusterId = clusterId;
|
| 1991 |
-
// Scroll into view
|
| 1992 |
-
setTimeout(() => card.scrollIntoView({ behavior: 'smooth', block: 'start' }), 100);
|
| 1993 |
} else {
|
| 1994 |
expandedClusterId = null;
|
| 1995 |
}
|
|
|
|
| 1988 |
if (!wasExpanded) {
|
| 1989 |
card.classList.add('expanded');
|
| 1990 |
expandedClusterId = clusterId;
|
|
|
|
|
|
|
| 1991 |
} else {
|
| 1992 |
expandedClusterId = null;
|
| 1993 |
}
|