diff --git a/src/routes/Brush.svelte b/src/routes/Brush.svelte index e87917b1..fbf5dab4 100644 --- a/src/routes/Brush.svelte +++ b/src/routes/Brush.svelte @@ -1,5 +1,11 @@
@@ -139,17 +143,18 @@ width={mobile ? width : brushDimension} height={mobile ? brushDimension : height} data={boolData.filter((d) => d.label !== summaryLabel)} - brushE={(/** @type {{ start: number; end: number; }} */ e) => { + bind:selection +/> +