We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a924cd commit 87d65edCopy full SHA for 87d65ed
1 file changed
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx
@@ -138,6 +138,7 @@ function PeakAnnotationsSpreadMode(props: PeakAnnotationsSpreadModeProps) {
138
height={roundedBoxHeight}
139
fill={isDragActive ? 'white' : 'transparent'}
140
opacity={isDragActive ? 0.9 : 0}
141
+ pointerEvents="none"
142
/>
143
<g ref={ref}>
144
{mapPeaks.map((group) => {
@@ -242,6 +243,7 @@ function PeakAnnotation(props: PeakAnnotationProps) {
242
243
stroke={color}
244
fill="transparent"
245
strokeWidth={highlight.isActive ? '3px' : '1px'}
246
247
248
</g>
249
);
0 commit comments