Skip to content

Commit ec0c26a

Browse files
committed
Fixed clusters highlight lost when using prev button
1 parent 3e83ce7 commit ec0c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h3>Near real-time visualization of SARS-CoV-2 genomic variation</h3>
217217
const point = stats.points[stats.current_point - 1];
218218
// TODO: Select the accession with a more general approach
219219
const accn = point.accessions[0];
220-
select_bead_by_accession(accn);
220+
select_bead_by_accession(accn, false);
221221
});
222222

223223

0 commit comments

Comments
 (0)