Skip to content

Commit

Permalink
Merge pull request #378 from boucaud/add-save-original-range
Browse files Browse the repository at this point in the history
fix(ColorBy): add missing saveOriginalRange method
  • Loading branch information
floryst authored Oct 23, 2020
2 parents 9cc9ca1 + a44ed57 commit 366bd6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/controls/ColorBy/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,8 @@ export default {
setColorBy(colorBy) {
this.colorBy = colorBy;
},
saveOriginalRange({ arrayName, dataRange }) {
this.$set(this.originalLUTRanges, arrayName, dataRange);
},
},
};

0 comments on commit 366bd6c

Please sign in to comment.