handleUpdateOutput()

in src/ui/output/LogicOutput.js [171:175]


  handleUpdateOutput(output) {
    this.setState({
      output: output,
    });
  }