componentDidUpdate: function()

in site/live_editor.js [34:38]


  componentDidUpdate: function () {
    if (this.props.readOnly) {
      this.editor.setValue(this.props.codeText);
    }
  },