Skip to content

Commit cc34a0b

Browse files
committed
Deactivate default highlighting of concordant genes
1 parent 1b7cee9 commit cc34a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stores/Intersecting.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export class Intersecting {
4545
selectedIntersections: [],
4646
// highlighted genes (by hovering over lines in profile plots)
4747
highlightedGenes: [],
48-
concordantHighlighted: true,
48+
concordantHighlighted: false,
4949
discordantHighlighted: false,
50-
isHighlightedPermanent: true,
50+
isHighlightedPermanent: false,
5151
searchGenes: [],
5252
plotType: "centroid",
5353
sizeIntersectionFilter: 0,

0 commit comments

Comments
 (0)