Skip to content

Commit

Permalink
Persist selection on refresh and other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wendrul committed May 30, 2024
1 parent 9d3d125 commit 5c7b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/RunChart.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
animation: false
} as any
$: highlightSelectedPoints(selectedIds)
$: data && scatterOptions && highlightSelectedPoints(selectedIds)
</script>

Expand Down

0 comments on commit 5c7b8e9

Please sign in to comment.