(remap)
| 10640 | this.populate(this.dataScope.selection); |
| 10641 | } |
| 10642 | remapChanged(remap) { |
| 10643 | this.state.remapColor = remap; |
| 10644 | this.colorMapHandler(remap); |
| 10645 | this.render(); |
| 10646 | } |
| 10647 | handleAction(action) { |
| 10648 | let p; |
| 10649 | const u = this.state.userSelection; |