Migrate select components and adapt parents

This commit is contained in:
Christoph Kluge
2025-06-18 18:14:56 +02:00
parent 6a6dca3fce
commit 1e039cb1bf
9 changed files with 232 additions and 139 deletions

View File

@@ -697,7 +697,10 @@
{/if}
<HistogramSelection
bind:cluster
bind:selectedHistograms
{cluster}
bind:isOpen={isHistogramSelectionOpen}
presetSelectedHistograms={selectedHistograms}
applyChange={(newSelection) => {
selectedHistograms = [...newSelection];
}}
/>