handleChangeCombination()

in src/ui/output/LogicOutput.js [158:164]


  handleChangeCombination(combinationIndex) {
    this.handleUpdateOutput(
        Object.assign({}, this.state.output, {
          combinationIndex: combinationIndex,
        }),
    );
  }