Skip to content

Commit

Permalink
fixed gating input using text box
Browse files Browse the repository at this point in the history
  • Loading branch information
nchuynh committed Sep 12, 2021
1 parent 5c1c1a8 commit c6319be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minerva_analysis/client/src/js/views/csvGatingList.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ class CSVGatingList {
that.selections[self.dataLayer.getFullChannelName(name)] = handleVals;
let packet = that.selections;
that.eventHandler.trigger(CSVGatingList.events.GATING_BRUSH_END, packet);
// For records
that.gating_channels[self.dataLayer.getFullChannelName(name)] = handleVals;
}
})

Expand Down

0 comments on commit c6319be

Please sign in to comment.