rethinks commited on
Commit
573a012
·
verified ·
1 Parent(s): f0f4977

Update templates/step4_results.html

Browse files
Files changed (1) hide show
  1. templates/step4_results.html +0 -2
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
  }