diff --git a/DashAI/front/src/components/models/SessionVisualization.jsx b/DashAI/front/src/components/models/SessionVisualization.jsx index 2fd1e0da3..9c5cd7857 100644 --- a/DashAI/front/src/components/models/SessionVisualization.jsx +++ b/DashAI/front/src/components/models/SessionVisualization.jsx @@ -162,6 +162,7 @@ export default function SessionVisualization() { if (element) { element.scrollIntoView({ behavior: "smooth", block: "center" }); } + setTimeout(() => setSelectedRunId(null), 2000); }, []); const handleViewDetails = React.useCallback((run) => {