From 5e0118df01e605c699e766cae0b0da918496cab8 Mon Sep 17 00:00:00 2001 From: midzelis Date: Fri, 10 Oct 2025 17:38:42 +0000 Subject: [PATCH] fix: back/forward navigation won't reset scroll in timeline Fixes a bug where navigating to/from the asser-viewer from timeline causes the scroll position to be reset. --- .../lib/components/timeline/Timeline.svelte | 109 ++++++++++-------- 1 file changed, 61 insertions(+), 48 deletions(-) diff --git a/web/src/lib/components/timeline/Timeline.svelte b/web/src/lib/components/timeline/Timeline.svelte index 0b99e55fa5..c670812015 100644 --- a/web/src/lib/components/timeline/Timeline.svelte +++ b/web/src/lib/components/timeline/Timeline.svelte @@ -1,6 +1,6 @@