We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7cee9 commit cc34a0bCopy full SHA for cc34a0b
src/Stores/Intersecting.jsx
@@ -45,9 +45,9 @@ export class Intersecting {
45
selectedIntersections: [],
46
// highlighted genes (by hovering over lines in profile plots)
47
highlightedGenes: [],
48
- concordantHighlighted: true,
+ concordantHighlighted: false,
49
discordantHighlighted: false,
50
- isHighlightedPermanent: true,
+ isHighlightedPermanent: false,
51
searchGenes: [],
52
plotType: "centroid",
53
sizeIntersectionFilter: 0,
0 commit comments