We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1c422 commit ef2878cCopy full SHA for ef2878c
src/components/CellControls.tsx
@@ -55,7 +55,7 @@ export default function CellControls(props: CellControlsProps) {
55
56
const selectedIds = new Set<number>();
57
for (let i = 0; i < numPoints && i < attributes.length; i++) {
58
- if (attributes[i] === 16711680) {
+ if (attributes[i] != 4210752) {
59
const pointId = props.trackManager.annotTime * props.trackManager.maxPointsPerTimepoint + i;
60
selectedIds.add(pointId);
61
}
0 commit comments