Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/gating'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
2 parents 62ed8bd + 18b013a commit b7de08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minerva_analysis/client/src/js/views/csvGatingList.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class CSVGatingList {

// Download gated channel ranges
download_gated_cell_encodings.addEventListener('click', () => {
this.dataLayer.downloadGatingCSV(this.gating_channels, this.selections, this.seaDragonViewer.list_lassos, this.seaDragonViewer.selection_ids, true);
this.dataLayer.downloadGatingCSV(this.gating_channels, this.selections, this.seaDragonViewer.list_lassos, this.seaDragonViewer.pickedIds, true);
})

// Toggle outlined / filled cell selections
Expand Down

0 comments on commit b7de08b

Please sign in to comment.