setContentRef = content => {
    this.content = content;
    this.props.contentRef && this.props.contentRef(content);
  };